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

Antonio Rojas arojas at archlinux.org
Thu May 2 10:02:31 UTC 2019


    Date: Thursday, May 2, 2019 @ 10:02:28
  Author: arojas
Revision: 457739

-DCMAKE_BUILD_TYPE--

Modified:
  kpmcore/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-02 10:00:14 UTC (rev 457738)
+++ PKGBUILD	2019-05-02 10:02:28 UTC (rev 457739)
@@ -2,7 +2,7 @@
 
 pkgname=kpmcore
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for managing partitions"
 arch=(x86_64)
 url="https://www.kde.org/applications/system/kdepartitionmanager/"
@@ -33,7 +33,6 @@
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make



More information about the arch-commits mailing list