[arch-commits] Commit in liblastfm/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Nov 25 08:41:02 UTC 2010


    Date: Thursday, November 25, 2010 @ 03:41:02
  Author: andrea
Revision: 100650

fix download url (no need to rebuild)

Modified:
  liblastfm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-25 06:15:40 UTC (rev 100649)
+++ PKGBUILD	2010-11-25 08:41:02 UTC (rev 100650)
@@ -12,13 +12,13 @@
 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
 




More information about the arch-commits mailing list