summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2016-02-29 17:38:52 +0100
committerMichael Lass2016-02-29 17:38:52 +0100
commit3d9bccfe99518ca3f2c4b9b933b94cc02084f2e7 (patch)
treee14388f83a7fbae26211ea727fc30159d9dfe30f
parent0120368ade06d1a7bb872e689071e3f6f0aa7a91 (diff)
downloadaur-3d9bccfe99518ca3f2c4b9b933b94cc02084f2e7.tar.gz
This plugin needs libplatform at runtime
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bf36ccbf0c8..f4c5e98e548e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 23 23:02:29 UTC 2016
+# Mon Feb 29 16:38:45 UTC 2016
pkgbase = kodi-addon-pvr-hts-git
pkgdesc = Tvheadend HTSP PVR client addon for Kodi
pkgver = r502.3c673b5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kodi-pvr/pvr.hts
arch = armv7h
arch = i686
@@ -13,6 +13,7 @@ pkgbase = kodi-addon-pvr-hts-git
makedepends = git
makedepends = kodi-platform-git
depends = kodi
+ depends = libplatform-legacy
provides = kodi-addon-pvr-hts
conflicts = kodi-addon-pvr-hts
conflicts = kodi-pvr-addons
diff --git a/PKGBUILD b/PKGBUILD
index b612c7ac0075..aa776691e053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ API=16
pkgname=kodi-addon-pvr-hts-git
pkgver=r502.3c673b5
-pkgrel=1
+pkgrel=2
_branch=Isengard
pkgdesc='Tvheadend HTSP PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
@@ -31,9 +31,11 @@ source=("${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git")
md5sums=('SKIP')
case "$API" in
- 15) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Isengard" ;;
- 16) source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Jarvis" ;;
- 99) ;;
+ 15) depends+=('libplatform-legacy')
+ source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Isengard" ;;
+ 16) depends+=('libplatform-legacy')
+ source[0]="${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=Jarvis" ;;
+ 99) depends+=('libplatform') ;;
*) error "Unknown API version. Follow instructions in PKGBUILD." && false
esac