summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2019-04-27 17:24:48 +0200
committerMichael Lass2019-04-27 17:24:48 +0200
commit2338c1c3f31d63cce753dc702739c95f3f1f3eaa (patch)
treec9ae62c620ba7715b3710a5ffe552055a60b7108
parent3ed187b2356db87be6c0e3ce36dfc157b4e162c3 (diff)
downloadaur-2338c1c3f31d63cce753dc702739c95f3f1f3eaa.tar.gz
Update for Matrix, simplify deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c44bdc35abe6..3db3a22a1749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-hts-git
pkgdesc = Tvheadend HTSP PVR client addon for Kodi
- pkgver = r795.2b7348a
+ pkgver = r803.3993a8a
pkgrel = 1
url = https://github.com/kodi-pvr/pvr.hts
arch = armv7h
@@ -9,14 +9,13 @@ pkgbase = kodi-addon-pvr-hts-git
license = GPL
makedepends = cmake
makedepends = git
- makedepends = kodi-platform-git
makedepends = kodi-dev
depends = kodi
- depends = p8-platform
+ depends = kodi-platform
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
+ source = kodi-addon-pvr-hts-git::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Leia
md5sums = SKIP
pkgname = kodi-addon-pvr-hts-git
diff --git a/PKGBUILD b/PKGBUILD
index a15d52c4bc72..a26755ea3f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,22 +9,22 @@
# #
# 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) and git master (99). Do so in the following #
-# line. #
+# between Krypton (17), Leia (18), Matrix (19) and git master (99). Do so in #
+# the following line. #
# #
###############################################################################
API=18
pkgname=kodi-addon-pvr-hts-git
-pkgver=r795.2b7348a
+pkgver=r803.3993a8a
pkgrel=1
pkgdesc='Tvheadend HTSP PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
url="https://github.com/kodi-pvr/pvr.hts"
license=('GPL')
-makedepends=('cmake' 'git' 'kodi-platform-git' 'kodi-dev')
-depends=('kodi' 'p8-platform')
+makedepends=('cmake' 'git' 'kodi-dev')
+depends=('kodi' 'kodi-platform')
provides=('kodi-addon-pvr-hts')
conflicts=('kodi-addon-pvr-hts' 'kodi-pvr-addons')
source=("${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git")
@@ -32,7 +32,8 @@ 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" ;;
+ 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) ;;
*) echo "Unknown API version. Follow instructions in PKGBUILD." && false
esac