[arch-commits] Commit in beets/trunk (PKGBUILD)
Maxime Gauduin
alucryd at nymeria.archlinux.org
Wed Apr 16 14:39:33 UTC 2014
Date: Wednesday, April 16, 2014 @ 16:39:33
Author: alucryd
Revision: 109593
upgpkg: beets 1.3.5-1
Modified:
beets/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-04-16 14:37:56 UTC (rev 109592)
+++ PKGBUILD 2014-04-16 14:39:33 UTC (rev 109593)
@@ -3,13 +3,13 @@
# Contributor: Adrian Sampson <adrian at radbox.org>
pkgname=beets
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc='Flexible music library manager and tagger'
arch=('any')
url='http://beets.radbox.org/'
license=('MIT')
-depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs' 'python2-setuptools' 'python2-unidecode' 'python2-yaml')
optdepends=('bash-completion: Bash completion'
'gstreamer0.10-python: BPD audio player plugin'
'python2-flask: Web interface'
@@ -17,7 +17,7 @@
'python2-pylast: LastGenre plugin'
'python2-requests: FetchArt plugin')
source=("https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5f8f5d11c7892f95e6556c4d72cb2177adc00f45c89bbd91ef0358e08f859ec0')
+sha256sums=('09a463f06c0e0e0609b8e9bd9b8f4567aedd2d4825984379da3eb05daf537ef5')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list