git » plasma-desktop.git » commit 1f514ea

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 cb78419fa3a2955a1c992835342e284609cbeb48

Plasma Next 5.1.2

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 89e564a..089d2d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-desktop
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
 install="${pkgname}.install"
 groups=('plasma-next')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('fab1bfca0feda8e6cece0ba880a49cdb')
+md5sums=('cd5dbce577c175cb33008702400d5598')
 
 prepare() {
   mkdir -p build
@@ -30,7 +30,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
 }