summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2017-02-06 23:21:16 +0100
committerMichael Lass2017-02-06 23:21:16 +0100
commit9dbfcc51be5cfe2c83c14471eaf22c0b2433d51c (patch)
tree76cdb5f27436e475198ef56bea6dfbc8c9a0e31b
parent07a1624d927b86c7b1a9ad934bc8f704a4250889 (diff)
downloadaur-9dbfcc51be5cfe2c83c14471eaf22c0b2433d51c.tar.gz
Update for Krypton
Also add kodi-dev to makedepends for Krypton and newer.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f91e53ac516f..030b2b5f1029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 9 18:34:43 UTC 2017
+# Mon Feb 6 22:21:03 UTC 2017
pkgbase = kodi-addon-pvr-hts-git
pkgdesc = Tvheadend HTSP PVR client addon for Kodi
- pkgver = r510.9261047
+ pkgver = r612.82ea43f
pkgrel = 1
url = https://github.com/kodi-pvr/pvr.hts
arch = armv7h
@@ -12,12 +12,13 @@ pkgbase = kodi-addon-pvr-hts-git
makedepends = cmake
makedepends = git
makedepends = kodi-platform-git
+ makedepends = kodi-dev
depends = kodi
- depends = libplatform-legacy
+ depends = p8-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#branch=Jarvis
+ source = kodi-addon-pvr-hts-git::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Krypton
md5sums = SKIP
pkgname = kodi-addon-pvr-hts-git
diff --git a/PKGBUILD b/PKGBUILD
index 8a16807c33e5..327477a5c100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +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 Isengard (15), Jarvis (16) and git master (99). Do so in the #
-# following line. #
+# between Isengard (15), Jarvis (16), Krypton (17) and git master (99). Do so #
+# in the following line. #
+# #
###############################################################################
-API=16
+API=17
pkgname=kodi-addon-pvr-hts-git
-pkgver=r510.9261047
+pkgver=r612.82ea43f
pkgrel=1
pkgdesc='Tvheadend HTSP PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
@@ -35,8 +36,10 @@ case "$API" in
16) depends+=('libplatform-legacy')
source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Jarvis" ;;
17) depends+=('p8-platform')
+ makedepends+=('kodi-dev')
source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Krypton" ;;
- 99) depends+=('p8-platform') ;;
+ 99) depends+=('p8-platform')
+ makedepends+=('kodi-dev') ;;
*) error "Unknown API version. Follow instructions in PKGBUILD." && false
esac