summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2017-03-22 17:06:45 -0400
committerJameson Pugh2017-03-22 17:06:45 -0400
commite864dd0b2e3d2e691d85bec2c2ff85bd4913df27 (patch)
treeb5f84669c7d0ded398e20bbb4161fdb5f5c32691
parent1db00c079855ffcac73efd33bce5b5b98d0b3e85 (diff)
downloadaur-e864dd0b2e3d2e691d85bec2c2ff85bd4913df27.tar.gz
building against kodi 17.1, now
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba3d268a3a03..4ed9a2defa45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodi-addon-pvr-mythtv
pkgdesc = MythTV PVR client addon for Kodi
pkgver = 4.15.0
- pkgrel = 1
+ pkgrel = 2
url = http://janbar.github.io/pvr.mythtv/
arch = armv7h
arch = i686
@@ -12,9 +12,9 @@ pkgbase = kodi-addon-pvr-mythtv
makedepends = git
depends = kodi
source = https://github.com/janbar/pvr.mythtv/archive/4.15.0.tar.gz
- source = https://github.com/xbmc/xbmc/archive/17.0-Krypton.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/17.1-Krypton.tar.gz
sha256sums = 30b6a20f846f0f0cc14c2347efbf3b72162c876daed53a3731d3f975d370765e
- sha256sums = 4bfffa2493973ae15ab1d922632c09a2583908d6140bc4f58ec8f9314e4f6545
+ sha256sums = 303f3903cbb57ccc2961f09cf3746505542bcb129a464f0687d7ca8601cebbee
pkgname = kodi-addon-pvr-mythtv
diff --git a/PKGBUILD b/PKGBUILD
index 966fc2bee7fc..2ea3b03e3e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kodi-addon-pvr-mythtv
pkgver=4.15.0
-pkgrel=1
+pkgrel=2
pkgdesc='MythTV PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
url="http://janbar.github.io/pvr.mythtv/"
@@ -10,9 +10,9 @@ license=('GPL')
makedepends=('cmake' 'kodi-platform' 'git')
depends=("kodi")
source=("https://github.com/janbar/pvr.mythtv/archive/${pkgver}.tar.gz"
- "https://github.com/xbmc/xbmc/archive/17.0-Krypton.tar.gz")
+ "https://github.com/xbmc/xbmc/archive/17.1-Krypton.tar.gz")
sha256sums=('30b6a20f846f0f0cc14c2347efbf3b72162c876daed53a3731d3f975d370765e'
- '4bfffa2493973ae15ab1d922632c09a2583908d6140bc4f58ec8f9314e4f6545')
+ '303f3903cbb57ccc2961f09cf3746505542bcb129a464f0687d7ca8601cebbee')
build() {
mkdir -p "pvr.mythtv-${pkgver}/build"