summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthepasto2017-02-23 17:48:02 +0100
committerthepasto2017-02-23 17:48:02 +0100
commitdf04f9c8ee1ec178d5d066c7b69fedf36e086b04 (patch)
tree3f818ecb4dce81c6da7668ff1db5f2ae7d40e4c0
parent28c3a840c9c56f3f4c3d7aca76abd4f6e3995cdd (diff)
downloadaur-df04f9c8ee1ec178d5d066c7b69fedf36e086b04.tar.gz
Added git dependecy
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 187a1f1e7e2a..527d6919310b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: thepasto <thepasto@gmail.com>
pkgname=kodi-addon-pvr-iptvsimple
pkgver=2.4.8
-pkgrel=1
+pkgrel=2
pkgdesc='IPTV Simple PVR client addon for Kodi'
_koditarget=Krypton
_gitname=pvr.iptvsimple
@@ -11,7 +11,7 @@ license=('GPL')
groups=('kodi')
makedepends=('cmake' 'kodi-platform')
conflicts=('kodi-addon-pvr-iptvsimple-git');
-depends=('kodi')
+depends=('kodi' 'git')
source=("https://github.com/kodi-pvr/${_gitname}/archive/${pkgver}-${_koditarget}.tar.gz"
"https://github.com/xbmc/xbmc/archive/17.0-${_koditarget}.tar.gz"
)