Date: Sunday, January 30, 2022 @ 11:54:11
  Author: arojas
Revision: 435473

Add debug

Modified:
  qt5-scxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-30 11:50:14 UTC (rev 435472)
+++ PKGBUILD    2022-01-30 11:54:11 UTC (rev 435473)
@@ -4,7 +4,7 @@
 pkgname=qt5-scxml
 _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=('60b9590b9a41c60cee7b8a8c8410ee4625f0389c1ff8d79883ec5a985638a7dc')
+options=(debug)
 
 prepare() {
   mkdir -p build

Reply via email to