git » polkit-kde-agent.git » commit 0bf788f

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 8fa79c199ce9ce2ebd86f579de0f95211cc2c880

Plasma 5.6.3

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 110598e..90311ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=polkit-kde-agent
-pkgver=5.6.2
+pkgver=5.6.3
 pkgrel=1
 pkgdesc='Daemon providing a polkit authentication UI for KDE'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('polkit-kde-frameworks')
 replaces=('polkit-kde-frameworks')
 source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz")
-md5sums=('ac6206cd282b271c5da0cf51bf4f7780')
+md5sums=('5281312d09fcb2c93598326eab8fa6c0')
 
 prepare() {
   mkdir -p build
@@ -25,8 +25,8 @@ build() {
   cmake ../$pkgname-1-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make