summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Carey2024-01-21 08:31:39 -0500
committerMatt Carey2024-01-21 08:31:39 -0500
commitc22a70c6464298d8b776392b6420e12da1d3727a (patch)
tree51100ea4eaa5a30051def929ab6274cf40dc5314
parenteffb4d354bbe374d1bf14d2b5a8dca1f0610b11b (diff)
downloadaur-c22a70c6464298d8b776392b6420e12da1d3727a.tar.gz
Update to 20.5.9-Nexus
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c543d61b4c3..72058088f5c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-mythtv
pkgdesc = MythTV PVR client addon for Kodi
- pkgver = 20.5.8
+ pkgver = 20.5.9
pkgrel = 1
url = http://janbar.github.io/pvr.mythtv/
arch = armv7h
@@ -11,7 +11,7 @@ pkgbase = kodi-addon-pvr-mythtv
makedepends = kodi-platform
makedepends = kodi-dev
depends = kodi>=20.0
- source = https://github.com/janbar/pvr.mythtv/archive/20.5.6-Nexus.tar.gz
- sha256sums = c3eefdb9e12c4ca517709378bfe0b985b808d3dbd2ce75f234c78a88c3a1e411
+ source = https://github.com/janbar/pvr.mythtv/archive/20.5.9-Nexus.tar.gz
+ sha256sums = 9e1fb63ae82e9a440d4f8a27962e57f19927544ac09cc4f62987b844135c3a53
pkgname = kodi-addon-pvr-mythtv
diff --git a/PKGBUILD b/PKGBUILD
index a60ee8c8b6e9..ce3ea4d213c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Carey <cvstealth2000@yahoo.com>
pkgname=kodi-addon-pvr-mythtv
-pkgver=20.5.8
+pkgver=20.5.9
_kodiminver=4
_kodicname=Nexus
pkgrel=1
@@ -12,7 +12,7 @@ license=('GPL')
makedepends=('cmake' 'kodi-platform' 'kodi-dev')
depends=("kodi>=20.0")
source=("https://github.com/janbar/pvr.mythtv/archive/${pkgver}-${_kodicname}.tar.gz")
-sha256sums=('c3eefdb9e12c4ca517709378bfe0b985b808d3dbd2ce75f234c78a88c3a1e411')
+sha256sums=('9e1fb63ae82e9a440d4f8a27962e57f19927544ac09cc4f62987b844135c3a53')
prepare() {
mkdir -p "${srcdir}/build"