git » khotkeys.git » commit 13d6075

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 468ebe3b5bc11b696f833998297e3eed43f97cbb

Plasma 5.6.3

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 9ae1354..02e3a40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=khotkeys
-pkgver=5.6.2
+pkgver=5.6.3
 pkgrel=1
 pkgdesc='KHotKeys'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('plasma-workspace')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('e38ba004c2ea5fdef1e6963c7e6f8163')
+md5sums=('c9297ad10dab5a589259fba2031c1e47')
 
 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