summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Albers2016-10-13 22:03:48 +0200
committerDaniel Albers2016-10-13 22:03:48 +0200
commitcd3fe6ebd1c0997c05450ca2ea85ca3be63c4e49 (patch)
treed91c96e4510e52c354bf5ec60221164c14236c8d
parent8d3919b19ced7aec6b2c2df91b7211eb65b92caa (diff)
downloadaur-cd3fe6ebd1c0997c05450ca2ea85ca3be63c4e49.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--Makefile4
-rw-r--r--PKGBUILD6
-rw-r--r--PKGBUILD.in2
4 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 799fea36b7ad..48465ae69952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 7 01:31:59 UTC 2016
+# Thu Oct 13 20:03:48 UTC 2016
pkgbase = kodi-addon-pvr-hts
pkgdesc = Tvheadend HTSP PVR client addon for Kodi
- pkgver = 2.2.14
- pkgrel = 2
+ pkgver = 2.2.20
+ pkgrel = 1
url = https://github.com/kodi-pvr/pvr.hts
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = kodi-addon-pvr-hts
makedepends = cmake
makedepends = kodi-platform
makedepends = libplatform-legacy
+ makedepends = git
depends = kodi
source = git+https://github.com/kodi-pvr/pvr.hts.git#branch=Jarvis
md5sums = SKIP
diff --git a/Makefile b/Makefile
index 32cb1ef36b8a..83dfdbd52593 100644
--- a/Makefile
+++ b/Makefile
@@ -27,5 +27,9 @@ src:
.SRCINFO: PKGBUILD
mksrcinfo
+src/pvr.hts/pvr.hts/addon.xml.in: .${PKG}.git
+
+PKGBUILD: src/pvr.hts/pvr.hts/addon.xml.in
+
%: %.in
m4 $< > $*
diff --git a/PKGBUILD b/PKGBUILD
index 21679bad2bf2..96b56db306a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=kodi-addon-pvr-hts
pkgbase=${pkgname}
_gitname=pvr.hts
-pkgver=2.2.14
+pkgver=2.2.20
_gitver=branch=Jarvis
-pkgrel=2
+pkgrel=1
pkgdesc='Tvheadend HTSP PVR client addon for Kodi'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/kodi-pvr/$_gitname"
license=('GPL')
groups=('kodi-addons')
-makedepends=('cmake' 'kodi-platform' 'libplatform-legacy')
+makedepends=('cmake' 'kodi-platform' 'libplatform-legacy' 'git')
depends=('kodi')
source=("git+https://github.com/kodi-pvr/${_gitname}.git#${_gitver}")
md5sums=('SKIP')
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 55dfd457a083..88c00a09b817 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -18,7 +18,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/kodi-pvr/$_gitname"
license=('GPL')
groups=('kodi-addons')
-makedepends=('cmake' 'kodi-platform' 'libplatform-legacy')
+makedepends=('cmake' 'kodi-platform' 'libplatform-legacy' 'git')
depends=('kodi')
source=("git+https://github.com/kodi-pvr/${_gitname}.git#${_gitver}")
md5sums=('SKIP')