Date: Sunday, April 6, 2014 @ 10:47:16 Author: alucryd Revision: 108868
upgpkg: beets 1.3.4-1 Modified: beets/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-05 22:02:16 UTC (rev 108867) +++ PKGBUILD 2014-04-06 08:47:16 UTC (rev 108868) @@ -3,7 +3,7 @@ # Contributor: Adrian Sampson <[email protected]> pkgname=beets -pkgver=1.3.3 +pkgver=1.3.4 pkgrel=1 pkgdesc='Flexible music library manager and tagger' arch=('any') @@ -10,12 +10,14 @@ url='http://beets.radbox.org/' license=('MIT') depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode' 'python2-yaml') -optdepends=('gstreamer0.10-python: BPD audio player plugin' +optdepends=('bash-completion: Bash completion' + 'gstreamer0.10-python: BPD audio player plugin' 'python2-flask: Web interface' 'python2-pyacoustid: Acoustic fingerprinting' - 'python2-pylast: Lastgenre plugin') + 'python2-pylast: LastGenre plugin' + 'python2-requests: FetchArt plugin') source=("https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('028e08b7bab2f9c14063f318e617fa82716410170753d6b2dbe8471a8bb1975e') +sha256sums=('5f8f5d11c7892f95e6556c4d72cb2177adc00f45c89bbd91ef0358e08f859ec0') build() { cd ${pkgname}-${pkgver}
