[arch-commits] Commit in pyqt6/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Jan 31 08:36:48 UTC 2022
Date: Monday, January 31, 2022 @ 08:36:47
Author: arojas
Revision: 435592
Add debug
Modified:
pyqt6/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-31 08:24:29 UTC (rev 435591)
+++ PKGBUILD 2022-01-31 08:36:47 UTC (rev 435592)
@@ -4,7 +4,7 @@
pkgname=python-pyqt6
pkgdesc='A set of Python bindings for the Qt6 toolkit'
pkgver=6.2.2
-pkgrel=3
+pkgrel=4
arch=(x86_64)
url='https://riverbankcomputing.com/software/pyqt/intro'
license=(GPL)
@@ -28,6 +28,7 @@
qt6-positioning qt6-sensors qt6-serialport qt6-webchannel qt6-websockets qt6-connectivity)
source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
sha256sums=('9325a0f51c08e37340d916d2723daf9a25c844dac99d71d6c5aacb4f6ee00171')
+options=(debug)
build() {
cd PyQt6-$pkgver
More information about the arch-commits
mailing list