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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jan 29 21:47:38 UTC 2022


    Date: Saturday, January 29, 2022 @ 21:47:37
  Author: arojas
Revision: 435394

Add debug

Modified:
  qt5-location/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-29 21:41:26 UTC (rev 435393)
+++ PKGBUILD	2022-01-29 21:47:37 UTC (rev 435394)
@@ -4,7 +4,7 @@
 pkgname=qt5-location
 _qtver=5.15.2
 pkgver=${_qtver/-/}
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -14,6 +14,7 @@
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
 sha256sums=('984fcb09e108df49a8dac35d5ce6dffc49caafd2acb1c2f8a5173a6a21f392a0')
+options=(debug)
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list