git » liblastfm.git » commit 83f94c2

Replace qt depends with qt4

author Eric Bélanger
2013-02-20 20:46:23 UTC
committer Eric Bélanger
2013-02-20 20:46:23 UTC
parent 7c1988fc65714272ae7df9235d9911f4d0ea3f7e

Replace qt depends with qt4

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 30cdd56..9f9a9df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=liblastfm
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt 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')