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

David Runge dvzrv at archlinux.org
Wed Jan 31 13:59:15 UTC 2018


    Date: Wednesday, January 31, 2018 @ 13:59:14
  Author: dvzrv
Revision: 288403

upgpkg: qastools 0.21.0-2

Adding CMAKE_BUILD_TYPE=Release.

Modified:
  qastools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 13:39:21 UTC (rev 288402)
+++ PKGBUILD	2018-01-31 13:59:14 UTC (rev 288403)
@@ -3,7 +3,7 @@
 
 pkgname=qastools
 pkgver=0.21.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of desktop applications for the Linux sound system ALSA."
 arch=('x86_64')
 url="http://xwmw.org/qastools/"
@@ -22,7 +22,8 @@
 build() {
   cd "${pkgname}_${pkgver}/build"
   cmake .. -DUSE_QT5=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_BUILD_TYPE=Release
 }
 
 package() {



More information about the arch-commits mailing list