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

Antonio Rojas arojas at archlinux.org
Wed Jan 4 09:47:38 UTC 2017


    Date: Wednesday, January 4, 2017 @ 09:47:37
  Author: arojas
Revision: 285270

Build in release mode

Modified:
  calligra/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-03 22:44:02 UTC (rev 285269)
+++ PKGBUILD	2017-01-04 09:47:37 UTC (rev 285270)
@@ -7,7 +7,7 @@
 pkgname=calligra
 pkgdesc="A set of applications for productivity and creative usage"
 pkgver=3.0.0.1
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -45,7 +45,7 @@
 build() {
   cd build
   cmake ../${pkgbase}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Debug \
+    -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF



More information about the arch-commits mailing list