git » liblastfm.git » commit c2a43dc

rebuild old package

author Pierre Schmitz
2012-02-18 22:58:04 UTC
committer Pierre Schmitz
2012-02-18 22:58:04 UTC
parent bd4d5ed8d82458a4d878e1156e7d80109064876c

rebuild old package

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 721d200..3e71fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 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/"
@@ -14,7 +14,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