Date: Sunday, April 9, 2023 @ 22:01:09
  Author: arojas
Revision: 473580

upgpkg: qt6-tools 6.5.0-2: Build with GCC again

Modified:
  qt6-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 21:56:25 UTC (rev 473579)
+++ PKGBUILD    2023-04-09 22:01:09 UTC (rev 473580)
@@ -5,7 +5,7 @@
 pkgname=qt6-tools
 _qtver=6.5.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -24,10 +24,8 @@
 }
 
 build() {
-# Using clang because of https://bugreports.qt.io/browse/QTBUG-112332
   cmake -B build -S $_pkgfn -G Ninja \
     -DINSTALL_PUBLICBINDIR=usr/bin \
-    -DCMAKE_CXX_COMPILER=clang++ \
     -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
   cmake --build build
 }

Reply via email to