summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2017-01-11 01:41:22 +0100
committerFrederik “Freso” S. Olesen2017-01-11 01:41:22 +0100
commitfdf56d66aff9c895b2ca1fd401fb53efee97406b (patch)
treef7866ad9875666b98283b44af1dbcd27aca3afae /PKGBUILD
parent47a3b6bf64fef96a7d8a9fabddeb720626aaa425 (diff)
downloadaur-fdf56d66aff9c895b2ca1fd401fb53efee97406b.tar.gz
Fix "mutagen" dependency.
For whatever reason base package name for "mutagen" refers to the Python 2 version, with a "python-mutagen" for Python 3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4100d032ce9e..6d8c3f6694cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Flexible music library manager and tagger - git version"
arch=('any')
url="http://beets.io/"
license=('MIT')
-depends=('python-munkres' 'mutagen'
+depends=('python-munkres' 'python-mutagen'
'python-setuptools' 'python-unidecode'
'python-musicbrainzngs' 'python-yaml'
'python-jellyfish' 'python-six')