summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2019-09-04 09:51:46 -0400
committerJameson Pugh2019-09-04 09:51:46 -0400
commit0c8119b81d66cd2f47ae18dbeeaa292b35084602 (patch)
tree17fc3842b9ebfcb68258f16165c8629761f9305b
parentd633671e3dc09ce9862b3ca88d074178c2b6c653 (diff)
downloadaur-0c8119b81d66cd2f47ae18dbeeaa292b35084602.tar.gz
5.10.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bd8eed3abce..d426997542f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-mythtv
pkgdesc = MythTV PVR client addon for Kodi
- pkgver = 5.10.8
+ pkgver = 5.10.9
pkgrel = 1
url = http://janbar.github.io/pvr.mythtv/
arch = armv7h
@@ -11,8 +11,8 @@ pkgbase = kodi-addon-pvr-mythtv
makedepends = kodi-platform
makedepends = kodi-dev
depends = kodi>=18.0
- source = https://github.com/janbar/pvr.mythtv/archive/5.10.8.tar.gz
- sha256sums = 44125e9f2efe5ea27402e6eec1b16559bf49ecaecb246f4a728dc004da5c4a7b
+ source = https://github.com/janbar/pvr.mythtv/archive/5.10.9-Leia.tar.gz
+ sha256sums = f6642c115e05f8e505dfe04870cfa6dcbc3d66b9e54c96f7ea514a50d5943f33
pkgname = kodi-addon-pvr-mythtv
diff --git a/PKGBUILD b/PKGBUILD
index 41aa420b691b..efa18d584659 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=kodi-addon-pvr-mythtv
-pkgver=5.10.8
+pkgver=5.10.9
_kodiminver=3
_kodicname=Leia
pkgrel=1
@@ -11,8 +11,8 @@ url="http://janbar.github.io/pvr.mythtv/"
license=('GPL')
makedepends=('cmake' 'kodi-platform' 'kodi-dev')
depends=("kodi>=18.0")
-source=("https://github.com/janbar/pvr.mythtv/archive/${pkgver}.tar.gz")
-sha256sums=('44125e9f2efe5ea27402e6eec1b16559bf49ecaecb246f4a728dc004da5c4a7b')
+source=("https://github.com/janbar/pvr.mythtv/archive/${pkgver}-${_kodicname}.tar.gz")
+sha256sums=('f6642c115e05f8e505dfe04870cfa6dcbc3d66b9e54c96f7ea514a50d5943f33')
prepare() {
mkdir -p "${srcdir}/build"