git » libksysguard.git » commit 91e1398

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 bcd42779347faaca28eae9958d5026a68bb3bd3b

Plasma Next 5.1.2

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 24174c6..3a9cd48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=libksysguard
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc='Libksysguard'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('libxres' 'kdelibs4support' 'plasma-framework')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('05edba7e9c155008e8b26d15756b355c')
+md5sums=('0b3de3028b07b82f3fba8885f1699e25')
 
 prepare() {
   mkdir -p build
@@ -24,7 +24,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