summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Laß2021-03-04 18:55:27 +0100
committerMichael Laß2021-03-04 18:55:27 +0100
commit9b6476ecd4966bf43d5c4e9b15cfe7f380d9be0a (patch)
tree5e5dac83dac99e6f3ca12b226b45ec1b723e00e4 /PKGBUILD
parent2fdf9341ee7b1bb3efd77890a1f05f8f136c83f9 (diff)
downloadaur-9b6476ecd4966bf43d5c4e9b15cfe7f380d9be0a.tar.gz
Make Kodi 19 the default target
Also remove Kodi 17 from the list of options. It's not distributed via Arch repositories anymore.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d93300241879..29fcd8aecfb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,15 +9,15 @@
# #
# API changes between different Kodi versions make it necessary to specify #
# the version of Kodi you want to build this package for. You can choose #
-# between Krypton (17), Leia (18), Matrix (19) and git master (99). Do so in #
-# the following line. #
+# between Leia (18), Matrix (19) and git master (99). Do so in the following #
+# line. #
# #
###############################################################################
-API=18
+API=19
pkgname=kodi-addon-pvr-vdr-vnsi-git
-pkgver=r614.4909f69
+pkgver=r699.c040951
pkgrel=1
pkgdesc='VDR VNSI PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
@@ -31,7 +31,6 @@ source=("${pkgname}::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git")
md5sums=('SKIP')
case "$API" in
- 17) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git#branch=Krypton" ;;
18) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git#branch=Leia" ;;
19) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git#branch=Matrix" ;;
99) ;;