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

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


    Date: Sunday, January 30, 2022 @ 10:01:05
  Author: arojas
Revision: 435436

Add debug

Modified:
  qt5-gamepad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 09:58:02 UTC (rev 435435)
+++ PKGBUILD	2022-01-30 10:01:05 UTC (rev 435436)
@@ -4,7 +4,7 @@
 pkgname=qt5-gamepad
 _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=('c77611f7898326d69176ad67a9b886f617cdedc368ec29f223d63537d25b075c')
+options=(debug)
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list