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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jan 30 11:50:04 UTC 2022


    Date: Sunday, January 30, 2022 @ 11:50:04
  Author: arojas
Revision: 435471

Add debug

Modified:
  qt5-script/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 11:45:09 UTC (rev 435470)
+++ PKGBUILD	2022-01-30 11:50:04 UTC (rev 435471)
@@ -4,7 +4,7 @@
 pkgname=qt5-script
 _qtver=5.15.8
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -15,7 +15,7 @@
 _pkgfqn=${pkgname/5-/}
 source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
 sha256sums=('SKIP')
-options=(!lto)
+options=(!lto debug)
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list