summarylogtreecommitdiffstats
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
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d409a0afb05d..54d54c2f9185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-vdr-vnsi-git
pkgdesc = VDR VNSI PVR client addon for Kodi
- pkgver = r614.4909f69
+ pkgver = r699.c040951
pkgrel = 1
url = https://github.com/kodi-pvr/pvr.vdr.vnsi
arch = armv7h
@@ -15,7 +15,7 @@ pkgbase = kodi-addon-pvr-vdr-vnsi-git
provides = kodi-addon-pvr-vdr-vnsi
conflicts = kodi-addon-pvr-vdr-vnsi
conflicts = kodi-pvr-addons
- source = kodi-addon-pvr-vdr-vnsi-git::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git#branch=Leia
+ source = kodi-addon-pvr-vdr-vnsi-git::git+https://github.com/kodi-pvr/pvr.vdr.vnsi.git#branch=Matrix
md5sums = SKIP
pkgname = kodi-addon-pvr-vdr-vnsi-git
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) ;;