Date: Tuesday, January 10, 2017 @ 19:54:55 Author: alucryd Revision: 206655
upgpkg: beets 1.4.3-2 Modified: beets/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-10 19:42:46 UTC (rev 206654) +++ PKGBUILD 2017-01-10 19:54:55 UTC (rev 206655) @@ -4,13 +4,14 @@ pkgname=beets pkgver=1.4.3 -pkgrel=1 +pkgrel=2 pkgdesc='Flexible music library manager and tagger' arch=('any') url='http://beets.radbox.org/' license=('MIT') -depends=('mutagen' 'python-jellyfish' 'python-munkres' 'python-musicbrainzngs' - 'python-setuptools' 'python-six' 'python-unidecode' 'python-yaml') +depends=('python-jellyfish' 'python-munkres' 'python-musicbrainzngs' + 'python-mutagen' 'python-setuptools' 'python-six' 'python-unidecode' + 'python-yaml') optdepends=('bash-completion: Bash completion' 'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins' 'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'