git » kinfocenter.git » commit 7ac3dca

Plasma Next 5.1.2

author Andrea Scarpino
2014-12-16 08:37:45 UTC
committer Andrea Scarpino
2014-12-16 08:37:45 UTC
parent a403922d2f67576959b7574b04860e76e6d7b10f

Plasma Next 5.1.2

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 889a366..6b4bd95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kinfocenter
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc='KInfocenter'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
 conflicts=('kdebase-workspace')
 groups=('plasma-next')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('8a7377e08fb50ffcee5fb41e44979456')
+md5sums=('07a21ff708ebd1b9bdfa65300eca2b13')
 
 prepare() {
   mkdir -p build
@@ -25,7 +25,6 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DSYSCONF_INSTALL_DIR=/etc \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make