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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jan 30 10:43:10 UTC 2022


    Date: Sunday, January 30, 2022 @ 10:43:09
  Author: arojas
Revision: 435455

Add debug

Modified:
  qt5-purchasing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 10:39:07 UTC (rev 435454)
+++ PKGBUILD	2022-01-30 10:43:09 UTC (rev 435455)
@@ -4,7 +4,7 @@
 pkgname=qt5-purchasing
 _qtver=5.15.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -16,6 +16,7 @@
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('87120d319ff2f8106e78971f7296d72a66dfe91e763d213199aea55046e93227')
+options=(debug)
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list