summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2017-03-01 11:26:05 -0500
committerJameson Pugh2017-03-01 11:26:05 -0500
commit1779d3e62982f16513df0c67e07f8a3b3160e375 (patch)
tree5becfbcb7427fa3b05dbe68952598bcd323f1567
parent0c680200e5759879929c1d30668ea8aa73b9962c (diff)
downloadaur-1779d3e62982f16513df0c67e07f8a3b3160e375.tar.gz
4.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba7f44a85b54..4665fc65890c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-mythtv
pkgdesc = MythTV PVR client addon for Kodi
- pkgver = 4.14.0
+ pkgver = 4.14.1
pkgrel = 1
url = http://janbar.github.io/pvr.mythtv/
arch = armv7h
@@ -11,9 +11,9 @@ pkgbase = kodi-addon-pvr-mythtv
makedepends = kodi-platform
makedepends = git
depends = kodi
- source = https://github.com/janbar/pvr.mythtv/archive/4.14.0.tar.gz
+ source = https://github.com/janbar/pvr.mythtv/archive/4.14.1.tar.gz
source = https://github.com/xbmc/xbmc/archive/17.0-Krypton.tar.gz
- sha256sums = b6f74568f531c01b45bf1deb69f9404969993c1d43b468140a2ca48f6945ce29
+ sha256sums = 240f37c5a7b6c3e97580464e3a212b175ef116eddbadb1ea792aab6705b067ce
sha256sums = 4bfffa2493973ae15ab1d922632c09a2583908d6140bc4f58ec8f9314e4f6545
pkgname = kodi-addon-pvr-mythtv
diff --git a/PKGBUILD b/PKGBUILD
index 3ca64f75b362..90f00175a542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=kodi-addon-pvr-mythtv
-pkgver=4.14.0
+pkgver=4.14.1
pkgrel=1
pkgdesc='MythTV PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
@@ -11,7 +11,7 @@ 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")
-sha256sums=('b6f74568f531c01b45bf1deb69f9404969993c1d43b468140a2ca48f6945ce29'
+sha256sums=('240f37c5a7b6c3e97580464e3a212b175ef116eddbadb1ea792aab6705b067ce'
'4bfffa2493973ae15ab1d922632c09a2583908d6140bc4f58ec8f9314e4f6545')
build() {