diff options
Diffstat (limited to 'community/clamz')
-rw-r--r-- | community/clamz/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/clamz/PKGBUILD b/community/clamz/PKGBUILD index d08c07921..2d1e48a3c 100644 --- a/community/clamz/PKGBUILD +++ b/community/clamz/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 57080 2011-10-20 17:17:06Z lfleischer $ +# $Id: PKGBUILD 57181 2011-10-23 15:35:20Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=clamz pkgver=0.4 -pkgrel=3 +pkgrel=4 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/' @@ -23,6 +23,9 @@ 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 } |