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 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')