summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Hasse2019-05-31 05:20:19 -0500
committerChristopher Hasse2019-05-31 05:20:19 -0500
commit07c9c54b852c6ab27b9fff2709c873488623fef1 (patch)
tree600b7bb60794e493cfd0b627498f4b59a169e4d5
parentf3fd559b56dafcdd2e4e20db63412edc85f5bb70 (diff)
downloadaur-07c9c54b852c6ab27b9fff2709c873488623fef1.tar.gz
Added git make depend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b0523efdc09..5ecddced9a0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mopidy-spotify-playlist-fix-git
arch = any
license = APACHE
makedepends = python2
+ makedepends = git
depends = mopidy>=2
depends = python2-pykka>=1.1
depends = python2-pyspotify>=2
diff --git a/PKGBUILD b/PKGBUILD
index 2f141cf1249d..9c8808b8d38e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=(
'python2-pyspotify>=2'
'python2-setuptools'
'python2-requests>=2')
-makedepends=('python2')
+makedepends=('python2', 'git')
provides=('mopidy-spotify')
source=("git+https://github.com/kingosticks/mopidy-spotify.git#branch=fix/web-api-playlists-v2")
md5sums=('SKIP')