summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2015-07-26 11:42:03 +0200
committerMichael Lass2015-07-26 11:42:03 +0200
commit293972e91b2fa9532e1463d5b1151cf8994c72c6 (patch)
treeb1de85747ed6e67c9c8b952e1b10c382c09f91e5
parentc9766a92aeb5222da400c3eda7844c1478ae2be1 (diff)
downloadaur-293972e91b2fa9532e1463d5b1151cf8994c72c6.tar.gz
Clarify that Helix is not supported
Kodi >= 5.0 alias Isengard is needed for this package. The corresponding branch can be changed in the PKGBUILD.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa5b4093c816..863bddb4a2cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodi-addon-pvr-hts-git
pkgdesc = Tvheadend HTSP PVR client addon for Kodi
pkgver = r302.5c22440
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kodi-pvr/pvr.hts
arch = armv7h
arch = i686
@@ -10,7 +10,7 @@ pkgbase = kodi-addon-pvr-hts-git
makedepends = cmake
makedepends = git
makedepends = kodi-platform
- depends = kodi
+ depends = kodi>=15.0
provides = kodi-addon-pvr-hts
conflicts = kodi-addon-pvr-hts
source = kodi-addon-pvr-hts-git::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Isengard
diff --git a/PKGBUILD b/PKGBUILD
index c692923287b6..a9482df0266b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=kodi-addon-pvr-hts-git
pkgver=r302.5c22440
-pkgrel=1
+pkgrel=2
_branch=Isengard
pkgdesc='Tvheadend HTSP PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/pvr.hts"
license=('GPL')
makedepends=('cmake' 'git' 'kodi-platform')
-depends=('kodi')
+depends=('kodi>=15.0')
provides=('kodi-addon-pvr-hts')
conflicts=('kodi-addon-pvr-hts')
source=("${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=${_branch}")