summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2017-10-25 07:31:22 -0400
committerJameson Pugh2017-10-25 07:31:22 -0400
commit1138efdce4f2e94393a01a752d8e7bb342790918 (patch)
treec5a0a9b3cad39140a0ae2ea2c76c2639ac4ad93f
parent39ee5e00fb4885b7da6c241b0643b1770c0f469a (diff)
downloadaur-1138efdce4f2e94393a01a752d8e7bb342790918.tar.gz
4.15.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 918d7df4a3f1..8333a6aae48e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Sep 26 00:15:47 UTC 2017
+# Wed Oct 25 11:31:02 UTC 2017
pkgbase = kodi-addon-pvr-mythtv
pkgdesc = MythTV PVR client addon for Kodi
- pkgver = 4.15.0
- pkgrel = 4
+ pkgver = 4.15.3
+ pkgrel = 1
url = http://janbar.github.io/pvr.mythtv/
arch = armv7h
arch = i686
@@ -13,10 +13,10 @@ pkgbase = kodi-addon-pvr-mythtv
makedepends = kodi-platform
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.4-Krypton.tar.gz
+ source = https://github.com/janbar/pvr.mythtv/archive/4.15.3.tar.gz
+ source = https://github.com/xbmc/xbmc/archive/17.5-Krypton.tar.gz
sha256sums = 30b6a20f846f0f0cc14c2347efbf3b72162c876daed53a3731d3f975d370765e
- sha256sums = 6b0886e7449fc201e0ec0584b37f9f654c429797a41e6d0b6a4b5a7fd5ec34dc
+ sha256sums = 84c64acc270b9e845a67fbbe481ae5ddeb9b4568d76e42f2d5f9160fe0ce2de2
pkgname = kodi-addon-pvr-mythtv
diff --git a/PKGBUILD b/PKGBUILD
index ee659c57796a..4f5062376ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=kodi-addon-pvr-mythtv
-pkgver=4.15.0
-_kodiver=17.4
-pkgrel=4
+pkgver=4.15.3
+_kodiver=17.5
+pkgrel=1
pkgdesc='MythTV PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
url="http://janbar.github.io/pvr.mythtv/"
@@ -13,7 +13,7 @@ depends=("kodi")
source=("https://github.com/janbar/pvr.mythtv/archive/${pkgver}.tar.gz"
"https://github.com/xbmc/xbmc/archive/${_kodiver}-Krypton.tar.gz")
sha256sums=('30b6a20f846f0f0cc14c2347efbf3b72162c876daed53a3731d3f975d370765e'
- '6b0886e7449fc201e0ec0584b37f9f654c429797a41e6d0b6a4b5a7fd5ec34dc')
+ '84c64acc270b9e845a67fbbe481ae5ddeb9b4568d76e42f2d5f9160fe0ce2de2')
build() {
mkdir -p "pvr.mythtv-${pkgver}/build"