summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Steinke2016-01-20 06:02:59 +0100
committerRasmus Steinke2016-01-20 06:02:59 +0100
commitdd4057efb235b0bc24eb6db1fcb45dc237ade4d1 (patch)
tree4e41f112aff052987f9a88b6a1512ae20ddad2b7 /PKGBUILD
parent1fbd2ee2342d27dc3858751505421cc8929cbc2c (diff)
downloadaur-dd4057efb235b0bc24eb6db1fcb45dc237ade4d1.tar.gz
remove redundant python dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8dabfb422b8a..6c3abd0c2e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Automagically add title to mpd playlist based on last.fm recomendations
arch=('any')
url="http://codingteam.net/project/sima"
license=('GPL')
-depends=('python' 'python-musicpd')
+depends=('python-musicpd')
makedepends=('make')
source=("http://codingteam.net/project/sima/download/file/mpd_sima-$pkgver.tar.xz"
"mpd-sima.service")