summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2016-03-26 22:04:35 +0100
committerRasmus Steinke2016-03-26 22:04:35 +0100
commit1f4099fe47218cba45e99ed87f65596f16fcf722 (patch)
tree613e57f7d98a91f0789236cc334278464913b547
parent168a74eb06e597fdf46c63b77277fcc3612063ec (diff)
downloadaur-1f4099fe47218cba45e99ed87f65596f16fcf722.tar.gz
fix typo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730ddb025804..9a4f110dafba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 26 21:02:10 UTC 2016
+# Sat Mar 26 21:04:27 UTC 2016
pkgbase = mpd-sima
pkgdesc = Automagically add title to mpd playlist based on last.fm recomendations
pkgver = 0.14.1
@@ -7,6 +7,7 @@ pkgbase = mpd-sima
url = http://codingteam.net/project/sima
arch = any
license = GPL
+ makedepends = python-setuptools
depends = python-musicpd
source = http://codingteam.net/project/sima/download/file/mpd_sima-0.14.1.tar.xz
source = mpd-sima.service
diff --git a/PKGBUILD b/PKGBUILD
index ae6f4ad3c6d1..07217b40d1a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="http://codingteam.net/project/sima"
license=('GPL')
depends=('python-musicpd')
-makedep=('python-setuptools')
+makedepends=('python-setuptools')
source=("http://codingteam.net/project/sima/download/file/mpd_sima-$pkgver.tar.xz"
"mpd-sima.service")