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

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 8 18:12:01 UTC 2022


    Date: Tuesday, February 8, 2022 @ 18:12:00
  Author: arojas
Revision: 1129320

Add debug symbols

Modified:
  qt6ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 18:08:49 UTC (rev 1129319)
+++ PKGBUILD	2022-02-08 18:12:00 UTC (rev 1129320)
@@ -3,15 +3,16 @@
 
 pkgname=qt6ct
 pkgver=0.5
-pkgrel=2
+pkgrel=4
 pkgdesc='Qt 6 Configuration Utility'
 arch=(x86_64)
 url='https://github.com/trialuser02/qt6ct'
 license=(BSD)
 depends=(qt6-svg)
-makedepends=(cmake qt6-tools)
+makedepends=(cmake qt6-tools clang)
 source=(https://github.com/trialuser02/qt6ct/releases/download/$pkgver/qt6ct-$pkgver.tar.xz)
 sha256sums=('db3cbed576e90a41babf24827886451ff0c6d9baee337b2a1b058e90441f9bbd')
+options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list