summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2019-02-22 15:59:19 -0500
committergraysky2019-02-22 15:59:19 -0500
commit4899917c3d46eb0db0a6d747babd6260fa7b034d (patch)
tree26e10ffcd55efdcd186102acba73f10039a8d6f2 /PKGBUILD
parentc653c3de246c7394f4df83f719fe76d63121955e (diff)
downloadaur-4899917c3d46eb0db0a6d747babd6260fa7b034d.tar.gz
Update to 18.2rc1pre5-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4dab7acabaed..33d01f8107c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ pkgbase=kodi-devel
pkgname=('kodi-devel' 'kodi-devel-eventclients' 'kodi-devel-tools-texturepacker' 'kodi-devel-dev')
pkgver=18.2rc1pre5
_major=18.1
-pkgrel=1
+pkgrel=2
_codename=Leia
_tag="$_major-$_codename"
# Found on their respective github release pages. One can check them against
@@ -142,6 +142,9 @@ prepare() {
sed -i s"|$_find|$_replace|" cmake/modules/FindSSE.cmake
fi
+ # needed for `git apply` ... if you know how to avoid this let me know
+ git init
+
local src
for src in "${source[@]}"; do
src="${src%%::*}"