summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Lass2017-01-09 19:32:20 +0100
committerMichael Lass2017-01-09 19:32:20 +0100
commitf39ad00e30eccec64f2112f74fe0bfc8b31fc800 (patch)
treef4a01ecf6a1d42a3a8541591ca12b9058cd172e7 /PKGBUILD
parentbf70ac5ae8eb2ad586e4d372a7acba75a52a5124 (diff)
downloadaur-f39ad00e30eccec64f2112f74fe0bfc8b31fc800.tar.gz
Prepare for Kodi 17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a28e232c31f6..be793ac0755b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,8 @@
API=16
pkgname=kodi-addon-pvr-vdr-vnsi-git
-pkgver=r381.7e11b85
+pkgver=r385.5d54ac0
pkgrel=1
-_branch=Isengard
pkgdesc='VDR VNSI PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/pvr.vdr.vnsi"
@@ -33,6 +32,7 @@ md5sums=('SKIP')
case "$API" in
15) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git#branch=Isengard" ;;
16) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git#branch=Jarvis" ;;
+ 17) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git#branch=Krypton" ;;
99) ;;
*) error "Unknown API version. Follow instructions in PKGBUILD." && false
esac