git » liblastfm.git » commit b6278a3

fix download url (no need to rebuild)

author Andrea Scarpino
2010-11-25 08:41:02 UTC
committer Andrea Scarpino
2010-11-25 08:41:02 UTC
parent bbaa66f21d0a456b094a11b2a14429032421a774

fix download url (no need to rebuild)

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 71929cd..5ce275c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@ license=('GPL')
 depends=('libsamplerate' 'fftw' 'qt')
 makedepends=('ruby')
 options=('!libtool')
-source=("https://download.github.com/mxcl-${pkgname}-${pkgver}-0-gf0b3239.tar.gz"
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"
         'no-ftools.patch')
-sha1sums=('498cc54710834de16acd5dc2c1f1316c46596995'
+sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392'
         'ba344601d29091fb88123f80592359369efdf338')
 
 build() {
-  cd ${srcdir}/mxcl-${pkgname}-f0b3239
+  cd ${srcdir}/mxcl-${pkgname}-1c739eb
 
   patch -Np1 -i ${srcdir}/no-ftools.patch