diff options
author | Rasmus Steinke | 2016-01-20 06:02:59 +0100 |
---|---|---|
committer | Rasmus Steinke | 2016-01-20 06:02:59 +0100 |
commit | dd4057efb235b0bc24eb6db1fcb45dc237ade4d1 (patch) | |
tree | 4e41f112aff052987f9a88b6a1512ae20ddad2b7 /PKGBUILD | |
parent | 1fbd2ee2342d27dc3858751505421cc8929cbc2c (diff) | |
download | aur-dd4057efb235b0bc24eb6db1fcb45dc237ade4d1.tar.gz |
remove redundant python dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |