From d03e905f54857600b3c36af9b221c34ccb11074f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Oct 2011 23:14:56 +0000 Subject: Tue Oct 25 23:14:56 UTC 2011 --- community/clamz/PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'community/clamz') diff --git a/community/clamz/PKGBUILD b/community/clamz/PKGBUILD index 2d1e48a3c..ada02b3dc 100644 --- a/community/clamz/PKGBUILD +++ b/community/clamz/PKGBUILD @@ -1,20 +1,18 @@ -# $Id: PKGBUILD 57181 2011-10-23 15:35:20Z lfleischer $ +# $Id: PKGBUILD 57215 2011-10-24 18:32:20Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Daniel J Griffiths pkgname=clamz -pkgver=0.4 -pkgrel=4 +pkgver=0.5 +pkgrel=1 pkgdesc="Command-line program to download MP3 files from Amazon.com's music store." arch=('i686' 'x86_64') url='http://code.google.com/p/clamz/' license=('GPL3') depends=('libgcrypt' 'curl' 'expat' 'shared-mime-info' 'desktop-file-utils') install='clamz.install' -source=("http://clamz.googlecode.com/files/clamz-${pkgver}.tar.gz" - 'unencrypted-amz.patch') -md5sums=('ab7661340ee27d206f36064cfbd5bfa4' - '603ef334d297614edabbd1bf5bfe585d') +source=("http://clamz.googlecode.com/files/clamz-${pkgver}.tar.gz") +md5sums=('84543c9346b285bdc218879e241941a8') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -23,9 +21,6 @@ build() { sed -i 's|$(UPDATE_DESKTOP_DATABASE)\ $(DESTDIR)$(applications_dir)||' Makefile.in sed -i 's|$(UPDATE_MIME_DATABASE)\ $(DESTDIR)$(mime_dir)||' Makefile.in - # Fix download from Amazon Cloud Player (FS#26532, FS#26577). - patch -Np1 -i "${srcdir}/unencrypted-amz.patch" - ./configure --prefix=/usr/ make } -- cgit v1.2.3-54-g00ecf