summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Hasse2019-05-31 13:28:49 -0500
committerChristopher Hasse2019-05-31 13:28:49 -0500
commitc831ff27fab463d4734541135179982f6de977aa (patch)
tree13f976b2be937631463a1bd6d5ef682f5511d090
parent07c9c54b852c6ab27b9fff2709c873488623fef1 (diff)
downloadaur-c831ff27fab463d4734541135179982f6de977aa.tar.gz
Fix comma
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c8808b8d38e..8971e002f389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=(
'python2-pyspotify>=2'
'python2-setuptools'
'python2-requests>=2')
-makedepends=('python2', 'git')
+makedepends=('python2' 'git')
provides=('mopidy-spotify')
source=("git+https://github.com/kingosticks/mopidy-spotify.git#branch=fix/web-api-playlists-v2")
md5sums=('SKIP')