git » liblastfm.git » commit 3d4de5c

Undo the qt/qt4 replacement

author Andrea Scarpino
2013-02-25 17:00:05 UTC
committer Andrea Scarpino
2013-02-25 17:00:05 UTC
parent 83f94c2799545cc2b927eb7cf31ad218e6ced77c

Undo the qt/qt4 replacement

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9f9a9df..30cdd56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=liblastfm
 pkgver=1.0.6
-pkgrel=2
+pkgrel=1
 pkgdesc="A Qt C++ library for the Last.fm webservices"
 arch=('i686' 'x86_64')
 url='https://github.com/lastfm/liblastfm/'
 license=('GPL')
-depends=('qt4' 'fftw' 'libsamplerate')
+depends=('qt' 'fftw' 'libsamplerate')
 makedepends=('cmake')
 source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}")
 sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')