summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2019-03-01 16:44:25 -0500
committerJameson Pugh2019-03-01 16:44:25 -0500
commitc27d1d42044a8de27dece2c5bda24633fe48cab2 (patch)
treec031ce6a05ece5b46d69da385b57b2e87d3931ed
parent3fd68b04ef9621d8419e0a75e80f4e603604edb1 (diff)
downloadaur-c27d1d42044a8de27dece2c5bda24633fe48cab2.tar.gz
5.10.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ea7d05c27d4..9c03da1d4212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodi-addon-pvr-mythtv
pkgdesc = MythTV PVR client addon for Kodi
- pkgver = 4.18.1
+ pkgver = 5.10.6
pkgrel = 1
url = http://janbar.github.io/pvr.mythtv/
arch = armv7h
@@ -9,9 +9,9 @@ pkgbase = kodi-addon-pvr-mythtv
license = GPL
makedepends = cmake
makedepends = kodi-platform
- depends = kodi
- source = https://github.com/janbar/pvr.mythtv/archive/4.18.1-Krypton.tar.gz
- sha256sums = 742a4a4f8749966c8e25a02154ff49a8a2f25bb958cb2ca80daa6f5052f1fdc2
+ depends = kodi>=18.0
+ source = https://github.com/janbar/pvr.mythtv/archive/5.10.6-Leia.tar.gz
+ sha256sums = a740a8194dda8a66a2cd79e99decd84fa46e97804da1528c078f0f8853e712ca
pkgname = kodi-addon-pvr-mythtv
diff --git a/PKGBUILD b/PKGBUILD
index d29e9dc2fba7..9cd24fe5c13d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=kodi-addon-pvr-mythtv
-pkgver=4.18.1
-_kodiminver=6
-_kodicname=Krypton
+pkgver=5.10.6
+_kodiminver=0
+_kodicname=Leia
pkgrel=1
pkgdesc='MythTV PVR client addon for Kodi'
arch=('armv7h' 'i686' 'x86_64')
url="http://janbar.github.io/pvr.mythtv/"
license=('GPL')
makedepends=('cmake' 'kodi-platform')
-depends=("kodi")
+depends=("kodi>=18.0")
source=("https://github.com/janbar/pvr.mythtv/archive/${pkgver}-${_kodicname}.tar.gz")
-sha256sums=('742a4a4f8749966c8e25a02154ff49a8a2f25bb958cb2ca80daa6f5052f1fdc2')
+sha256sums=('a740a8194dda8a66a2cd79e99decd84fa46e97804da1528c078f0f8853e712ca')
prepare() {
mkdir -p "${srcdir}/build"