From 0f121f3fa9d62db012b18838e9375d15b3677ef7 Mon Sep 17 00:00:00 2001 From: Chaoting Liu Date: Sat, 27 Feb 2016 13:39:38 +0000 Subject: [PATCH] liblastfm-qt4: rebuild with compatibility with qt5 version --- liblastfm-qt4/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/liblastfm-qt4/PKGBUILD b/liblastfm-qt4/PKGBUILD index a37b58559..9d970e362 100644 --- a/liblastfm-qt4/PKGBUILD +++ b/liblastfm-qt4/PKGBUILD @@ -1,15 +1,13 @@ pkgname=liblastfm-qt4 _pkgname=liblastfm pkgver=1.0.9 -pkgrel=2 +pkgrel=3 pkgdesc='A Qt C++ library for the Last.fm webservices' url="https://github.com/lastfm/liblastfm/" license=('GPL3') arch=('x86_64') depends=('qt') makedepends=('cmake') -conflicts=('liblastfm') -provides=('liblastfm') source=("https://github.com/lastfm/liblastfm/archive/${pkgver}.tar.gz") sha1sums=('4a6323538a26c5ea2080a8ebe58e4407dbc42397') @@ -28,4 +26,5 @@ build() { package() { cd build make DESTDIR=${pkgdir} install + mv -v "${pkgdir}/usr/include/lastfm"{,4} }