summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEggz2024-02-10 20:41:26 +0100
committerEggz2024-02-10 20:41:26 +0100
commit2a4afebb785aae54ffbb89f930c524b04e846b01 (patch)
treecf98cd1bc82e96519bc53a46d9a603d05447fe85 /PKGBUILD
parent37875c7e8160dbc122674c3edb39c26d28c61bca (diff)
downloadaur-2a4afebb785aae54ffbb89f930c524b04e846b01.tar.gz
Rebuild with new stable anchorcommit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78455641f4d5..05a80d97e5c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgbase=kodi-eggz
pkgname=kodi-eggz
pkgver=21.0b2
gittag=21.0b2-Omega
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url="https://kodi.tv"
license=('GPL2')
@@ -20,7 +20,8 @@ makedepends=(
)
source=(
- "git+https://github.com/xbmc/xbmc.git#tag=$gittag"
+ #"git+https://github.com/xbmc/xbmc.git#tag=$gittag"
+ "git+https://github.com/xbmc/xbmc.git"
"git+https://github.com/xbmc/vfs.rar.git"
)
@@ -62,6 +63,8 @@ build() {
export PATH="$srcdir/path:$PATH"
msg2 "pivot to kodi git dir"
cd ${srcdir}/xbmc
+ msg2 "checkout working commit"
+ git checkout b35acf7bd3de2d5564d4d30c8800b3da7f9670f0 || exit 2
mkdir ${srcdir}/kodi-build
cd ${srcdir}/kodi-build
msg2 "cmake configure phase"