diff options
author | root <root@rshg054.dnsready.net> | 2011-10-25 23:14:56 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-25 23:14:56 +0000 |
commit | d03e905f54857600b3c36af9b221c34ccb11074f (patch) | |
tree | 6456a06bc5bed5a6083f02bb468392dc6ba6337e /community/clamz | |
parent | 0d7bab226067a44a9f1b978924e8201a3fa60764 (diff) |
Tue Oct 25 23:14:56 UTC 2011
Diffstat (limited to 'community/clamz')
-rw-r--r-- | community/clamz/PKGBUILD | 15 |
1 files changed, 5 insertions, 10 deletions
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 <archlinux at cryptocrack dot de> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> 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 } |