summarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authorDaniel Albers2024-04-15 16:55:38 +0200
committerDaniel Albers2024-04-15 16:55:38 +0200
commit6e1465fafefc594064acf92279ee7334f5477280 (patch)
treeaee2e9dcb11cd725a942eb93323633d644330264 /PKGBUILD.in
parent4027348efc2f687ca2891e85909741a756ffa9a2 (diff)
downloadaur-6e1465fafefc594064acf92279ee7334f5477280.tar.gz
bump
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 858e386d6a79..9481fd0d235e 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -1,5 +1,5 @@
define(`GIT_NAME', `pvr.hts')dnl
-define(`GIT_VERSION', `branch=Nexus')dnl
+define(`GIT_VERSION', `branch=Omega')dnl
define(`SRC_DIR', `src/GIT_NAME')dnl
define(`ADDON_XML', `SRC_DIR/GIT_NAME/addon.xml.in')dnl
define(`HTS_VERSION', `esyscmd(sed -e s/@PLATFORM@/dummy/g ADDON_XML | xmllint --xpath "string(/addon/@version)" - || echo 0)')dnl
@@ -17,7 +17,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/kodi-pvr/$_gitname"
license=('GPL')
groups=('kodi-addons')
-makedepends=('cmake' 'kodi-platform' 'git' 'kodi-dev')
+makedepends=('cmake' 'kodi-platform' 'git' 'kodi-dev>=regexp(HTS_VERSION, `^\([0-9]+\)\.', `\1')')
depends=('kodi' 'p8-platform')
source=("git+https://github.com/kodi-pvr/${_gitname}.git#${_gitver}")
md5sums=('SKIP')