git » kinfocenter.git » commit bd4003e

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 d973e93b1efc2a2a889a024b10b5cd89c1b42534

Plasma 5.6.3

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 6ca527d..df031e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kinfocenter
-pkgver=5.6.2
+pkgver=5.6.3
 pkgrel=1
 pkgdesc='A utility that provides information about a computer system'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ conflicts=('kdebase-workspace')
 groups=('plasma')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz" 
 'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc')
-md5sums=('113a36e617b3166ae52abf486cba3bba'
+md5sums=('42f209cffa1b8c2b14b5461e14ea5ff6'
          '518881f04ca9d4bd8526008767e40ba7'
          '4b4e2496ea1de3a09de501b5d508f666')
 
@@ -28,7 +28,7 @@ build() {
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_LIBDIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make