author | Eric Bélanger
<eric@archlinux.org> 2013-04-05 02:23:46 UTC |
committer | Eric Bélanger
<eric@archlinux.org> 2013-04-05 02:23:46 UTC |
parent | 7c845ba6dc402a54bd0f9feb52583443f4cd33a7 |
PKGBUILD | +5 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index 184cba0..2af8bc6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,23 +3,21 @@ # Contributor: XazZ <xazz.xazz [AT] googlemail.com> pkgname=liblastfm -pkgver=1.0.6 -pkgrel=2 +pkgver=1.0.7 +pkgrel=1 pkgdesc="A Qt4 C++ library for the Last.fm webservices" arch=('i686' 'x86_64') url='https://github.com/lastfm/liblastfm/' -license=('GPL') +license=('GPL3') depends=('qt4' 'fftw' 'libsamplerate') makedepends=('cmake') source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}") -sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630') +sha1sums=('b679bf76272b05373efcc2a8f3ee809599607853') build() { - . /etc/profile.d/qt4.sh - mkdir build cd build - cmake ../lastfm-${pkgname}-5826fe6 \ + cmake ../lastfm-${pkgname}-* \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \