[arch-commits] Commit in liblastfm/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Nov 22 15:56:19 UTC 2010
Date: Monday, November 22, 2010 @ 10:56:18
Author: andrea
Revision: 100301
upgpkg: liblastfm 0.3.3-2
new upstream tarball
Modified:
liblastfm/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-11-22 15:33:49 UTC (rev 100300)
+++ PKGBUILD 2010-11-22 15:56:18 UTC (rev 100301)
@@ -4,7 +4,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/"
@@ -12,13 +12,13 @@
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
@@ -27,6 +27,6 @@
}
package(){
- cd ${srcdir}/mxcl-${pkgname}-1c739eb
+ cd ${srcdir}/mxcl-${pkgname}-f0b3239
make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list