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/clamz | |
parent | c0bc46632845dfc241d3290d8d3193287eaeb02e (diff) |
Mon Oct 24 23:14:47 UTC 2011
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 } |