summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}")