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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jan 29 21:51:11 UTC 2022


    Date: Saturday, January 29, 2022 @ 21:51:10
  Author: arojas
Revision: 435398

Add debug

Modified:
  qt5-serialport/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-29 21:49:52 UTC (rev 435397)
+++ PKGBUILD	2022-01-29 21:51:10 UTC (rev 435398)
@@ -4,7 +4,7 @@
 pkgname=qt5-serialport
 _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=('59c559d748417306bc1b2cf2315c1e63eed011ace38ad92946af71f23e2ef79d')
+options=(debug)
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list