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

Antonio Rojas arojas at archlinux.org
Thu Aug 27 22:22:58 UTC 2020


    Date: Thursday, August 27, 2020 @ 22:22:58
  Author: arojas
Revision: 394813

Don't strip binaries with qmake's make generator

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 22:12:24 UTC (rev 394812)
+++ PKGBUILD	2020-08-27 22:22:58 UTC (rev 394813)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -72,7 +72,8 @@
     -journald \
     -no-mimetype-database \
     -no-use-gold-linker \
-    -reduce-relocations
+    -reduce-relocations \
+    -no-strip
   make
 }
 



More information about the arch-commits mailing list