summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2017-02-17 14:11:43 -0500
committerJameson Pugh2017-02-17 14:11:43 -0500
commit0c680200e5759879929c1d30668ea8aa73b9962c (patch)
tree1742a2b1ff99feda2c87fa5d24baea0a718bc1cc
parentae302b5537b5d0fe2257ee258abe94698ac5974d (diff)
downloadaur-0c680200e5759879929c1d30668ea8aa73b9962c.tar.gz
need git to build
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d0e3dce8d3e..ba7f44a85b54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = kodi-addon-pvr-mythtv
license = GPL
makedepends = cmake
makedepends = kodi-platform
+ makedepends = git
depends = kodi
source = https://github.com/janbar/pvr.mythtv/archive/4.14.0.tar.gz
source = https://github.com/xbmc/xbmc/archive/17.0-Krypton.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 858ea2e7cf4e..3ca64f75b362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ 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' 'git')
depends=("kodi")
source=("https://github.com/janbar/pvr.mythtv/archive/${pkgver}.tar.gz"
"https://github.com/xbmc/xbmc/archive/17.0-Krypton.tar.gz")