author | Andrea Scarpino
<andrea@archlinux.org> 2010-09-27 11:36:06 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2010-09-27 11:36:06 UTC |
parent | 7d33310e842b46266909e40ffe3dbdfbaf936d4c |
PKGBUILD | +6 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index 9c4345b..685ccce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,8 @@ -# $Id:$ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: XazZ <xazz.xazz [AT] googlemail.com> pkgname=liblastfm -pkgver=0.3.2 +pkgver=0.3.3 pkgrel=1 pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software" arch=('i686' 'x86_64') @@ -12,13 +11,13 @@ license=('GPL') depends=('libsamplerate' 'fftw' 'qt') makedepends=('ruby') options=('!libtool') -source=("http://download.github.com/mxcl-${pkgname}-${pkgver}-0-gc64ed83.tar.gz" +source=("http://download.github.com/mxcl-${pkgname}-${pkgver}-0-gf0b3239.tar.gz" 'no-ftools.patch') -sha1sums=('6e43e01628ada589999dde8043bb99dd6e8eee56' - 'ba344601d29091fb88123f80592359369efdf338') +sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392' + 'ba344601d29091fb88123f80592359369efdf338') build() { - cd ${srcdir}/mxcl-${pkgname}-3539836 + cd ${srcdir}/mxcl-${pkgname}-1c739eb patch -Np1 -i ${srcdir}/no-ftools.patch @@ -27,6 +26,6 @@ build() { } package(){ - cd ${srcdir}/mxcl-${pkgname}-3539836 + cd ${srcdir}/mxcl-${pkgname}-1c739eb make DESTDIR=${pkgdir} install }