author | Antonio Rojas
<arojas@archlinux.org> 2016-04-19 15:04:02 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-04-19 15:04:02 UTC |
parent | a570d486edc2124620500c47386969122036c84f |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 44e6e3d..1fb2e6c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Antonio Rojas <arojas@archlinux.org> pkgname=bluedevil -pkgver=5.6.2 +pkgver=5.6.3 pkgrel=1 epoch=1 pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications' @@ -17,7 +17,7 @@ replaces=('bluedevil-frameworks') install="$pkgname.install" groups=('plasma') source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz") -md5sums=('f99ecfa88a1c39984ea45633935d6ab1') +md5sums=('fa6623e533a81208b47184eb4bc7bd03') prepare() { mkdir -p build @@ -28,8 +28,8 @@ build() { cmake ../$pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ - -DLIB_INSTALL_DIR=lib \ - -DLIBEXEC_INSTALL_DIR=lib \ + -DKDE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_LIBEXECDIR=lib \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF make