summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEggz2024-02-10 20:41:26 +0100
committerEggz2024-02-10 20:41:26 +0100
commit2a4afebb785aae54ffbb89f930c524b04e846b01 (patch)
treecf98cd1bc82e96519bc53a46d9a603d05447fe85
parent37875c7e8160dbc122674c3edb39c26d28c61bca (diff)
downloadaur-2a4afebb785aae54ffbb89f930c524b04e846b01.tar.gz
Rebuild with new stable anchorcommit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a949a861174..f391f6d8f2ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-eggz
pkgver = 21.0b2
- pkgrel = 2
+ pkgrel = 3
url = https://kodi.tv
arch = x86_64
license = GPL2
@@ -59,7 +59,7 @@ pkgbase = kodi-eggz
depends = tinyxml
depends = shairplay
depends = libdisplay-info
- source = git+https://github.com/xbmc/xbmc.git#tag=21.0b2-Omega
+ source = git+https://github.com/xbmc/xbmc.git
source = git+https://github.com/xbmc/vfs.rar.git
sha256sums = SKIP
sha256sums = SKIP
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"