diff --git a/.SRCINFO b/.SRCINFO index db8dd33..5b23660 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Sun Aug 28 21:36:09 UTC 2016 +# Tue Jan 10 11:22:09 UTC 2017 pkgbase = beets-python3-git pkgdesc = Flexible music library manager and tagger - git version pkgver = 1.3.11.r31.ga0ff517 @@ -14,7 +14,6 @@ pkgbase = beets-python3-git depends = python-unidecode depends = python-musicbrainzngs depends = python-yaml - depends = python-enum34 depends = python-jellyfish depends = python-six optdepends = python-pyacoustid: acoustic fingerprinting diff --git a/PKGBUILD b/PKGBUILD index d8639a3..62bb8d9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,8 +11,7 @@ license=('MIT') depends=('python-munkres' 'mutagen' 'python-setuptools' 'python-unidecode' 'python-musicbrainzngs' 'python-yaml' - 'python-enum34' 'python-jellyfish' - 'python-six') + 'python-jellyfish' 'python-six') makedepends=('git') optdepends=('python-pyacoustid: acoustic fingerprinting' 'python-flask: web interface'