author | Andrea Scarpino
<andrea@archlinux.org> 2013-02-26 06:06:30 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2013-02-26 06:06:30 UTC |
parent | 3d4de5c891bf6fe94670ab9f57807ca09a06dc99 |
PKGBUILD | +5 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 30cdd56..184cba0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,17 +4,19 @@ pkgname=liblastfm pkgver=1.0.6 -pkgrel=1 -pkgdesc="A Qt C++ library for the Last.fm webservices" +pkgrel=2 +pkgdesc="A Qt4 C++ library for the Last.fm webservices" arch=('i686' 'x86_64') url='https://github.com/lastfm/liblastfm/' license=('GPL') -depends=('qt' 'fftw' 'libsamplerate') +depends=('qt4' 'fftw' 'libsamplerate') makedepends=('cmake') source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}") sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630') build() { + . /etc/profile.d/qt4.sh + mkdir build cd build cmake ../lastfm-${pkgname}-5826fe6 \