diff options
Diffstat (limited to 'extra/liblastfm/PKGBUILD')
-rw-r--r-- | extra/liblastfm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/liblastfm/PKGBUILD b/extra/liblastfm/PKGBUILD index 13e5dd98e..e7718f6b7 100644 --- a/extra/liblastfm/PKGBUILD +++ b/extra/liblastfm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 100655 2010-11-25 08:43:40Z andrea $ +# $Id: PKGBUILD 150615 2012-02-18 22:58:30Z pierre $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: XazZ <xazz.xazz [AT] googlemail.com> pkgname=liblastfm pkgver=0.3.3 -pkgrel=2 +pkgrel=3 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/" @@ -15,7 +15,7 @@ options=('!libtool') source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}" 'no-ftools.patch') sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392' - 'ba344601d29091fb88123f80592359369efdf338') + 'ba344601d29091fb88123f80592359369efdf338') build() { cd ${srcdir}/mxcl-${pkgname}-1c739eb |