summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2021-03-04 18:51:39 +0100
committerMichael Laß2021-03-04 18:51:39 +0100
commit97d425f9291195f715734723016faf619cbf313a (patch)
treee6d272b0d81c07687e80462af3f2438516dc77ac
parent2338c1c3f31d63cce753dc702739c95f3f1f3eaa (diff)
downloadaur-97d425f9291195f715734723016faf619cbf313a.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 3db3a22a1749..2ae4f63b0987 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-hts-git
pkgdesc = Tvheadend HTSP PVR client addon for Kodi
- pkgver = r803.3993a8a
+ pkgver = r969.70c6340
pkgrel = 1
url = https://github.com/kodi-pvr/pvr.hts
arch = armv7h
@@ -15,7 +15,7 @@ pkgbase = kodi-addon-pvr-hts-git
provides = kodi-addon-pvr-hts
conflicts = kodi-addon-pvr-hts
conflicts = kodi-pvr-addons
- source = kodi-addon-pvr-hts-git::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Leia
+ source = kodi-addon-pvr-hts-git::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Matrix
md5sums = SKIP
pkgname = kodi-addon-pvr-hts-git
diff --git a/PKGBUILD b/PKGBUILD
index a26755ea3f89..36279b274798 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-hts-git
-pkgver=r803.3993a8a
+pkgver=r969.70c6340
pkgrel=1
pkgdesc='Tvheadend HTSP PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
@@ -31,7 +31,6 @@ source=("${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git")
md5sums=('SKIP')
case "$API" in
- 17) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Krypton" ;;
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" ;;
99) ;;