summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2019-01-14 15:15:47 -0500
committergraysky2019-01-14 15:15:47 -0500
commit8dd621acf4f42bc6dfb839dec6e1f929d4858841 (patch)
tree839835ec84da0fadc5abb05a3d0f311edc5c8d19 /PKGBUILD
parentc4ed683070c80216c5f080276c2a85f05bc5cca7 (diff)
downloadaur-8dd621acf4f42bc6dfb839dec6e1f929d4858841.tar.gz
Update to 18.0rc5.2-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ceccf04b4469..9d255c026827 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.0rc5.2
# diffs: https://github.com/xbmc/xbmc/compare/18.0rc5-Leia..18.0rc5.2-Leia
-pkgrel=1
+pkgrel=2
_codename=Leia
_tag="$pkgver-$_codename"
# Found on their respective github release pages. One can check them against
@@ -102,7 +102,9 @@ prepare() {
cd "xbmc-$_tag"
# detect if building in arch chroot
- [[ "$srcdir" =~ ^\/build.* ]] && patch -Np1 -i ../cheat-sse-build.patch
+ if [[ "$srcdir" =~ ^\/build.* ]]; then
+ patch -Np1 -i ../cheat-sse-build.patch
+ fi
}
build() {