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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jan 30 12:40:27 UTC 2022


    Date: Sunday, January 30, 2022 @ 12:40:27
  Author: arojas
Revision: 435491

Add debug

Modified:
  qt5-xmlpatterns/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 12:33:20 UTC (rev 435490)
+++ PKGBUILD	2022-01-30 12:40:27 UTC (rev 435491)
@@ -4,7 +4,7 @@
 pkgname=qt5-xmlpatterns
 _qtver=5.15.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -17,6 +17,7 @@
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('76ea2162a7c349188d7e7e4f6c77b78e8a205494c90fee3cea3487a1ae2cf2fa')
+options=(debug)
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list