[arch-commits] Commit in discover/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Apr 19 15:40:13 UTC 2016


    Date: Tuesday, April 19, 2016 @ 17:40:12
  Author: arojas
Revision: 171411

Update to 5.6.3

Modified:
  discover/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-19 15:29:50 UTC (rev 171410)
+++ PKGBUILD	2016-04-19 15:40:12 UTC (rev 171411)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org> 
 
 pkgname=discover
-pkgver=5.6.2
+pkgver=5.6.3
 pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 replaces=(muon)
 source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
 install=$pkgname.install
-md5sums=('cef43f86ae5ab785afd9bf9ae7f84941')
+md5sums=('7e305965d9000f07a41d0b878bf7977f')
 
 prepare() {
   mkdir -p build
@@ -25,7 +25,7 @@
   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
   make
 }



More information about the arch-commits mailing list