summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2023-01-26 19:33:12 +0100
committerMichael Laß2023-01-26 19:33:12 +0100
commit0fba999d2f2ad5a644ac27a902cc0d87dd73755d (patch)
treee30e90a218219b024eb4a670c2cf211c8580e274
parent97d425f9291195f715734723016faf619cbf313a (diff)
downloadaur-0fba999d2f2ad5a644ac27a902cc0d87dd73755d.tar.gz
Add support for Kodi 20 (Nexus)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ae4f63b0987..a9f61baa971a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-hts-git
pkgdesc = Tvheadend HTSP PVR client addon for Kodi
- pkgver = r969.70c6340
+ pkgver = r1066.1c1f617
pkgrel = 1
url = https://github.com/kodi-pvr/pvr.hts
arch = armv7h
@@ -19,4 +19,3 @@ pkgbase = kodi-addon-pvr-hts-git
md5sums = SKIP
pkgname = kodi-addon-pvr-hts-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 36279b274798..aa0774b71158 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
pkgname=kodi-addon-pvr-hts-git
-pkgver=r969.70c6340
+pkgver=r1066.1c1f617
pkgrel=1
pkgdesc='Tvheadend HTSP 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.hts.git#branch=Leia" ;;
19) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Matrix" ;;
+ 20) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Nexus" ;;
99) ;;
*) echo "Unknown API version. Follow instructions in PKGBUILD." && false
esac