summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Laß2023-02-07 19:07:56 +0100
committerMichael Laß2023-02-07 19:07:56 +0100
commite144aea849a3477f4187b2da0f47679835b450c3 (patch)
treed872dd04f266a08fb02624386e69515301ad87ad /PKGBUILD
parent9b6476ecd4966bf43d5c4e9b15cfe7f380d9be0a (diff)
downloadaur-e144aea849a3477f4187b2da0f47679835b450c3.tar.gz
Update for Nexus
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29fcd8aecfb8..e96f9fbb210d 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 Leia (18), Matrix (19) and git master (99). Do so in the following #
-# line. #
+# between Leia (18), Matrix (19), Nexus (20) and git master (99). Do so in #
+# the following line. #
# #
###############################################################################
-API=19
+API=20
pkgname=kodi-addon-pvr-vdr-vnsi-git
-pkgver=r699.c040951
+pkgver=r758.df0ddbe
pkgrel=1
pkgdesc='VDR VNSI PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
@@ -33,6 +33,7 @@ md5sums=('SKIP')
case "$API" in
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" ;;
+ 20) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git#branch=Nexus" ;;
99) ;;
*) echo "Unknown API version. Follow instructions in PKGBUILD." && false
esac