summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2015-08-09 09:20:46 +0200
committerMichael Lass2015-08-09 09:20:46 +0200
commit474529bc7fe3a5379a6c3dd4a3683e870e50b1ea (patch)
tree36be35c7284569c6cd1d03c581d973d50785ef47
parent293972e91b2fa9532e1463d5b1151cf8994c72c6 (diff)
downloadaur-474529bc7fe3a5379a6c3dd4a3683e870e50b1ea.tar.gz
Improve dependencies
kodi-platform-git provides kodi-platform, but this cannot be easilly seen in AUR and tools do not support searching for providing packages in AUR, so depend on kodi-platform-git instead. Also conflict with kodi-pvr-addons, which was the old package in [community] providing all of these plugins.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 863bddb4a2cd..9652b943ed92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodi-addon-pvr-hts-git
pkgdesc = Tvheadend HTSP PVR client addon for Kodi
- pkgver = r302.5c22440
- pkgrel = 2
+ pkgver = r306.9b05d4c
+ pkgrel = 1
url = https://github.com/kodi-pvr/pvr.hts
arch = armv7h
arch = i686
@@ -9,10 +9,11 @@ pkgbase = kodi-addon-pvr-hts-git
license = GPL
makedepends = cmake
makedepends = git
- makedepends = kodi-platform
+ makedepends = kodi-platform-git
depends = kodi>=15.0
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=Isengard
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a9482df0266b..293eccff5506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# https://github.com/michaellass/AUR
pkgname=kodi-addon-pvr-hts-git
-pkgver=r302.5c22440
-pkgrel=2
+pkgver=r306.9b05d4c
+pkgrel=1
_branch=Isengard
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')
+makedepends=('cmake' 'git' 'kodi-platform-git')
depends=('kodi>=15.0')
provides=('kodi-addon-pvr-hts')
-conflicts=('kodi-addon-pvr-hts')
+conflicts=('kodi-addon-pvr-hts' 'kodi-pvr-addons')
source=("${pkgname}::git+https://github.com/kodi-pvr/pvr.hts.git#branch=${_branch}")
md5sums=('SKIP')