summarylogtreecommitdiffstats
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
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.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 241705d132f4..fbf5a225cf05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = beets-python3-git
license = MIT
makedepends = git
depends = python-munkres
- depends = mutagen
+ depends = python-mutagen
depends = python-setuptools
depends = python-unidecode
depends = python-musicbrainzngs
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')