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:
parent
47a3b6bf64
commit
fdf56d66af
2
.SRCINFO
2
.SRCINFO
@ -7,7 +7,7 @@ pkgbase = beets-python3-git
|
|||||||
license = MIT
|
license = MIT
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = python-munkres
|
depends = python-munkres
|
||||||
depends = mutagen
|
depends = python-mutagen
|
||||||
depends = python-setuptools
|
depends = python-setuptools
|
||||||
depends = python-unidecode
|
depends = python-unidecode
|
||||||
depends = python-musicbrainzngs
|
depends = python-musicbrainzngs
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -8,7 +8,7 @@ pkgdesc="Flexible music library manager and tagger - git version"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://beets.io/"
|
url="http://beets.io/"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('python-munkres' 'mutagen'
|
depends=('python-munkres' 'python-mutagen'
|
||||||
'python-setuptools' 'python-unidecode'
|
'python-setuptools' 'python-unidecode'
|
||||||
'python-musicbrainzngs' 'python-yaml'
|
'python-musicbrainzngs' 'python-yaml'
|
||||||
'python-jellyfish' 'python-six')
|
'python-jellyfish' 'python-six')
|
||||||
|
Loading…
Reference in New Issue
Block a user