git » kauth.git » commit 6732f9d

KF5 5.5.0

author Andrea Scarpino
2014-12-08 16:06:22 UTC
committer Andrea Scarpino
2014-12-08 16:06:22 UTC
parent 659f4e6911c03036e7b2e5515f9e1c35d0663d56

KF5 5.5.0

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 377708d..6606295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kauth
-pkgver=5.4.0
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('kcoreaddons' 'polkit-qt5')
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('b6d6f9a7f6d01758d7a2b543dface3f7')
+md5sums=('128446b4fefc20a355551fdfbd565378')
 
 prepare() {
   mkdir -p build
@@ -25,7 +25,6 @@ build() {
     -DLIB_INSTALL_DIR=lib \
     -DLIBEXEC_INSTALL_DIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DSYSCONF_INSTALL_DIR=/etc \
     -DBUILD_TESTING=OFF
   make
 }