[arch-commits] Commit in qt5-sensors/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Jan 29 21:49:43 UTC 2022
Date: Saturday, January 29, 2022 @ 21:49:42
Author: arojas
Revision: 435396
Add debug
Modified:
qt5-sensors/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-29 21:47:50 UTC (rev 435395)
+++ PKGBUILD 2022-01-29 21:49:42 UTC (rev 435396)
@@ -4,7 +4,7 @@
pkgname=qt5-sensors
_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=('3f0011f9e9942cad119146b54d960438f4568a22a274cdad4fae06bb4e0e4839')
+options=(debug)
prepare() {
mkdir -p build
More information about the arch-commits
mailing list