diff options
Diffstat (limited to 'community/picard/PKGBUILD')
-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 e08a21f03..9f47399bd 100644 --- a/community/picard/PKGBUILD +++ b/community/picard/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 50174 2011-06-25 20:20:09Z bisson $ +# $Id: PKGBUILD 51943 2011-07-18 12:42:54Z bisson $ # Maintainer: Mateusz Herych <heniekk@gmail.com> # Contributor: sysrq pkgname=picard -pkgver=0.14 +pkgver=0.15 pkgrel=1 pkgdesc='Official MusicBrainz tagger' url='http://musicbrainz.org/doc/MusicBrainz_Picard' @@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'mips64el') depends=('python2-qt' 'mutagen' 'libofa' 'ffmpeg') optdepends=('libdiscid: CD-Lookup feature') source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('bbc6aee61e779153b77e381e8cd2ba08') +md5sums=('0e8d8afa6f9e493d494a3e9c746834e0') install=install |