summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Carey2024-02-13 08:41:19 -0500
committerMatt Carey2024-02-13 08:41:19 -0500
commitecf6833d04dbce63543a9e3172e937958f3f2497 (patch)
tree045945c7768a704665102abf2ef6d4d07503c137
parent6b093288001609bdb0485ba09188241e063accd3 (diff)
downloadaur-ecf6833d04dbce63543a9e3172e937958f3f2497.tar.gz
Update to 20.6.1-Nexus
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32034065bf2a..75b4b9967671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-mythtv
pkgdesc = MythTV PVR client addon for Kodi
- pkgver = 20.6.0
+ pkgver = 20.6.1
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.6.0-Nexus.tar.gz
- sha256sums = 6337ed452bf7e050029a68eb90bce113c9ba1c59d257ae6323c0ad2e5d6549c9
+ source = https://github.com/janbar/pvr.mythtv/archive/20.6.1-Nexus.tar.gz
+ sha256sums = 4c742a31ec6f4d2a427d05f70950cfd4e347cf1c0acdb1747c39eb68124be30a
pkgname = kodi-addon-pvr-mythtv
diff --git a/PKGBUILD b/PKGBUILD
index 8f35ecd79f80..e4577307c9c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Carey <cvstealth2000@yahoo.com>
pkgname=kodi-addon-pvr-mythtv
-pkgver=20.6.0
+pkgver=20.6.1
_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=('6337ed452bf7e050029a68eb90bce113c9ba1c59d257ae6323c0ad2e5d6549c9')
+sha256sums=('4c742a31ec6f4d2a427d05f70950cfd4e347cf1c0acdb1747c39eb68124be30a')
prepare() {
mkdir -p "${srcdir}/build"