git » kwayland.git » commit a5c617e

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 daab575083e73ec27fb74e00e7c8183c87eac0bd

Plasma 5.6.3

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index da2f993..9800252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kwayland
-pkgver=5.6.2
+pkgver=5.6.3
 pkgrel=1
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('LGPL')
 depends=('qt5-base')
 makedepends=('extra-cmake-modules')
 source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('a8a0e4cd6215b1f180bec562c29c7841')
+md5sums=('8ad8286964e66f4dd35faff8bf160bd7')
 
 prepare() {
   mkdir -p build
@@ -23,7 +23,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