Fix "mutagen" dependency.

For whatever reason base package name for "mutagen" refers to the
Python 2 version, with a "python-mutagen" for Python 3.
This commit is contained in:
Frederik “Freso” S. Olesen 2017-01-11 01:41:22 +01:00
parent 47a3b6bf64
commit fdf56d66af
No known key found for this signature in database
GPG Key ID: 27628EAF5DC1403E
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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')