summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')