[arch-commits] Commit in keditbookmarks/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Nov 19 00:03:20 UTC 2016


    Date: Saturday, November 19, 2016 @ 00:03:19
  Author: arojas
Revision: 281289

Fix libdir

Modified:
  keditbookmarks/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-18 23:56:09 UTC (rev 281288)
+++ PKGBUILD	2016-11-19 00:03:19 UTC (rev 281289)
@@ -3,7 +3,7 @@
 
 pkgname=keditbookmarks
 pkgver=16.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Bookmark Organizer and Editor"
 arch=(i686 x86_64)
 url="https://www.kde.org/"
@@ -27,6 +27,7 @@
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list