git » milou.git » commit 5f828af

Plasma 5.6.3

author Antonio Rojas
2016-04-19 15:04:02 UTC
committer Antonio Rojas
2016-04-19 15:04:02 UTC
parent 0f616d236a8b3c0d3478186d12688b92cc4bb341

Plasma 5.6.3

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 5e64dae..fa48c5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=milou
-pkgver=5.6.2
+pkgver=5.6.3
 pkgrel=1
 pkgdesc="A dedicated search application built on top of Baloo"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('krunner')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 groups=('plasma')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('09c132663749a634717ef723f4b50aa6')
+md5sums=('fa977e5cf1ee65c9e6c807040683b435')
 
 prepare() {
   mkdir -p build
@@ -24,7 +24,7 @@ build() {
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_LIBDIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make