summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")