diff options
author | root <root@rshg054.dnsready.net> | 2011-10-24 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-24 23:14:47 +0000 |
commit | 0d7bab226067a44a9f1b978924e8201a3fa60764 (patch) | |
tree | 7c17a659e61f8c790e75160fcecc9a9f63df2500 /community/picard | |
parent | c0bc46632845dfc241d3290d8d3193287eaeb02e (diff) |
Mon Oct 24 23:14:47 UTC 2011
Diffstat (limited to 'community/picard')
-rw-r--r-- | community/picard/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/picard/PKGBUILD b/community/picard/PKGBUILD index 2d92f8406..6a84f1908 100644 --- a/community/picard/PKGBUILD +++ b/community/picard/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 53236 2011-08-02 00:40:12Z bisson $ +# $Id: PKGBUILD 57200 2011-10-23 22:18:46Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Maintainer: Mateusz Herych <heniekk@gmail.com> # Contributor: sysrq pkgname=picard -pkgver=0.15.1 +pkgver=0.16 pkgrel=1 pkgdesc='Official MusicBrainz tagger' url='http://musicbrainz.org/doc/MusicBrainz_Picard' @@ -13,7 +13,7 @@ arch=('i686' 'x86_64') depends=('python2-qt' 'mutagen' 'libofa' 'ffmpeg') optdepends=('libdiscid: CD-Lookup feature') source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('21b51e229c246e2d17b746649bfa370f') +sha1sums=('274071410550ee29051bb0137d72602921a015f9') install=install |