summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-01-14 15:15:47 -0500
committergraysky2019-01-14 15:15:47 -0500
commit8dd621acf4f42bc6dfb839dec6e1f929d4858841 (patch)
tree839835ec84da0fadc5abb05a3d0f311edc5c8d19
parentc4ed683070c80216c5f080276c2a85f05bc5cca7 (diff)
downloadaur-8dd621acf4f42bc6dfb839dec6e1f929d4858841.tar.gz
Update to 18.0rc5.2-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dea7536fc2d..5c49225785d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 13 05:33:24 UTC 2019
+# Mon Jan 14 20:15:47 UTC 2019
pkgbase = kodi-devel
pkgver = 18.0rc5.2
- pkgrel = 1
+ pkgrel = 2
url = http://kodi.tv
arch = x86_64
license = GPL2
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() {