summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2017-01-09 19:30:19 +0100
committerMichael Lass2017-01-09 19:30:19 +0100
commit12ce9adc2cdae729bce986a6049c09d80aa49091 (patch)
tree66b1ae7f75da54cc3ff440f88372444470815789
parent3d9bccfe99518ca3f2c4b9b933b94cc02084f2e7 (diff)
downloadaur-12ce9adc2cdae729bce986a6049c09d80aa49091.tar.gz
Prepare for Kodi 17
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa776691e053..367980e75867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,6 @@ API=16
pkgname=kodi-addon-pvr-hts-git
pkgver=r502.3c673b5
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"
@@ -35,7 +34,9 @@ case "$API" in
source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Isengard" ;;
16) depends+=('libplatform-legacy')
source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Jarvis" ;;
- 99) depends+=('libplatform') ;;
+ 17) depends+=('p8-platform')
+ source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Krypton" ;;
+ 99) depends+=('p8-platform') ;;
*) error "Unknown API version. Follow instructions in PKGBUILD." && false
esac