summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2019-03-04 17:35:05 -0500
committerJameson Pugh2019-03-04 17:35:05 -0500
commit597b90c61ed1ec7e408e912568d53c0fcb88d3e0 (patch)
tree7692ffc6450606094dae088af35a44534cd3f8f2
parentc27d1d42044a8de27dece2c5bda24633fe48cab2 (diff)
downloadaur-597b90c61ed1ec7e408e912568d53c0fcb88d3e0.tar.gz
added kodi-dev as a makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c03da1d4212..bdef38f40eb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodi-addon-pvr-mythtv
pkgdesc = MythTV PVR client addon for Kodi
pkgver = 5.10.6
- pkgrel = 1
+ pkgrel = 2
url = http://janbar.github.io/pvr.mythtv/
arch = armv7h
arch = i686
@@ -9,6 +9,7 @@ pkgbase = kodi-addon-pvr-mythtv
license = GPL
makedepends = cmake
makedepends = kodi-platform
+ makedepends = kodi-dev
depends = kodi>=18.0
source = https://github.com/janbar/pvr.mythtv/archive/5.10.6-Leia.tar.gz
sha256sums = a740a8194dda8a66a2cd79e99decd84fa46e97804da1528c078f0f8853e712ca
diff --git a/PKGBUILD b/PKGBUILD
index 9cd24fe5c13d..9f71e9bcc64d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=kodi-addon-pvr-mythtv
pkgver=5.10.6
_kodiminver=0
_kodicname=Leia
-pkgrel=1
+pkgrel=2
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')
+makedepends=('cmake' 'kodi-platform' 'kodi-dev')
depends=("kodi>=18.0")
source=("https://github.com/janbar/pvr.mythtv/archive/${pkgver}-${_kodicname}.tar.gz")
sha256sums=('a740a8194dda8a66a2cd79e99decd84fa46e97804da1528c078f0f8853e712ca')