author | Andrea Scarpino
<andrea@archlinux.org> 2010-11-22 15:56:18 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2010-11-22 15:56:18 UTC |
parent | b69d3bfb21617ba3de4e1240f86ec58fbf07bb74 |
PKGBUILD | +7 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index 685ccce..71929cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=liblastfm pkgver=0.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software" arch=('i686' 'x86_64') url="http://github.com/mxcl/liblastfm/" @@ -11,13 +11,13 @@ license=('GPL') depends=('libsamplerate' 'fftw' 'qt') makedepends=('ruby') options=('!libtool') -source=("http://download.github.com/mxcl-${pkgname}-${pkgver}-0-gf0b3239.tar.gz" - 'no-ftools.patch') -sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392' - 'ba344601d29091fb88123f80592359369efdf338') +source=("https://download.github.com/mxcl-${pkgname}-${pkgver}-0-gf0b3239.tar.gz" + 'no-ftools.patch') +sha1sums=('498cc54710834de16acd5dc2c1f1316c46596995' + 'ba344601d29091fb88123f80592359369efdf338') build() { - cd ${srcdir}/mxcl-${pkgname}-1c739eb + cd ${srcdir}/mxcl-${pkgname}-f0b3239 patch -Np1 -i ${srcdir}/no-ftools.patch @@ -26,6 +26,6 @@ build() { } package(){ - cd ${srcdir}/mxcl-${pkgname}-1c739eb + cd ${srcdir}/mxcl-${pkgname}-f0b3239 make DESTDIR=${pkgdir} install }