Date: Tuesday, July 21, 2015 @ 21:52:53 Author: bisson Revision: 137232
update sha1sums Modified: picard/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-21 18:25:31 UTC (rev 137231) +++ PKGBUILD 2015-07-21 19:52:53 UTC (rev 137232) @@ -5,15 +5,15 @@ pkgname=picard pkgver=1.3.2 -pkgrel=1 +pkgrel=2 pkgdesc='Official MusicBrainz tagger' url='http://picard.musicbrainz.org/' license=('GPL') arch=('i686' 'x86_64') -depends=('python2-pyqt' 'mutagen') +depends=('python2-pyqt4' 'mutagen') optdepends=('chromaprint: fingerprinting') source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('adf41e3b272c325569b5368568bf2bd4c2419246') +sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54') install=install
