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

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


    Date: Sunday, January 30, 2022 @ 10:15:56
  Author: arojas
Revision: 435444

Add debug

Modified:
  qt5-mqtt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 10:12:26 UTC (rev 435443)
+++ PKGBUILD	2022-01-30 10:15:56 UTC (rev 435444)
@@ -5,7 +5,7 @@
 pkgname=qt5-mqtt
 _qtver=5.15.2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 pkgdesc="Module to implement MQTT protocol v3.1/3.1.1/5.0"
 arch=(x86_64)
 url="http://qt-project.org/"
@@ -15,6 +15,7 @@
 source=("git://code.qt.io/qt/qtmqtt.git#tag=v$_qtver")
 sha512sums=('SKIP')
 _pkgfqn=${pkgname/5-/}
+options=(debug)
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list