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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jan 30 11:07:15 UTC 2022


    Date: Sunday, January 30, 2022 @ 11:07:15
  Author: arojas
Revision: 435459

Add debug

Modified:
  qt5-quickcontrols/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 11:02:46 UTC (rev 435458)
+++ PKGBUILD	2022-01-30 11:07:15 UTC (rev 435459)
@@ -4,7 +4,7 @@
 pkgname=qt5-quickcontrols
 _qtver=5.15.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -15,6 +15,7 @@
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('c393fb7384b1f047f10e91a6832cf3e6a4c2a41408b8cb2d05af2283e8549fb5')
+options=(debug)
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list