[arch-commits] Commit in qt5-webglplugin/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Jan 30 12:27:48 UTC 2022
Date: Sunday, January 30, 2022 @ 12:27:48
Author: arojas
Revision: 435485
Add debug
Modified:
qt5-webglplugin/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-30 12:21:30 UTC (rev 435484)
+++ PKGBUILD 2022-01-30 12:27:48 UTC (rev 435485)
@@ -4,7 +4,7 @@
pkgname=qt5-webglplugin
_qtver=5.15.2
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
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=('81e782b517ed29e10bea1aa90c9f59274c98a910f2c8b105fa78368a36b41446')
+options=(debug)
prepare() {
mkdir -p build
More information about the arch-commits
mailing list