mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Update to 21.x.63655.5e64eba3d8-2
This commit is contained in:
parent
e4b3a47520
commit
8585af8090
1 changed files with 2 additions and 7 deletions
|
@ -21,7 +21,7 @@ _commit=5e64eba3d8dfc0163b1fba4525fc2f9402c42c99
|
|||
_clangbuild=
|
||||
|
||||
pkgver="21.x.$_commitnumber.${_commit:0:10}"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('aarch64' 'armv7h')
|
||||
url="https://github.com/graysky2/xbmc/tree/gs-gbm_omega"
|
||||
license=('GPL2')
|
||||
|
@ -60,7 +60,6 @@ source=(
|
|||
"https://mirrors.kodi.tv/build-deps/sources/libudfread-$_libudfread_version.tar.gz"
|
||||
"ArchARM-kodi-init-v$_init_version.tar.gz::https://github.com/graysky2/kodi-standalone-service/archive/v$_init_version.tar.gz"
|
||||
kodi.config.txt
|
||||
kodi-fmt-10.patch::https://patch-diff.githubusercontent.com/raw/xbmc/xbmc/pull/23453.patch
|
||||
)
|
||||
backup=(boot/kodi.config.txt etc/conf.d/kodi-standalone)
|
||||
noextract=(
|
||||
|
@ -83,16 +82,12 @@ sha256sums=('576744ac7b25989290841a1aa5bb764255522415a3f87dd3cd3472113d5f1a54'
|
|||
'8aff985da30aaab37edf8e5b02fda33ed4cbdd962699a8e2af98fdef306f4e4d'
|
||||
'2bf16726ac98d093156195bb049a663e07d3323e079c26912546f4e05c77bac5'
|
||||
'b94c70baa45e30346224ceecfab031dd183e09303b1f97d6522f9941da9b0067'
|
||||
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5'
|
||||
'0c7ce50029029a937b970a79cfd468d0c336a6be80dcf048b33380d1ed39a66b')
|
||||
'9ce6051a2157e6b677090f201d98870a33db6c90c91dc0d480a87fb7ab84e3e5')
|
||||
|
||||
prepare() {
|
||||
[[ -d kodi-build ]] && rm -rf kodi-build
|
||||
mkdir "$srcdir/kodi-build"
|
||||
cd "xbmc-$_commit"
|
||||
|
||||
# fix build with fmt 10
|
||||
patch -p1 -i ../kodi-fmt-10.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue