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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jan 31 08:02:30 UTC 2022


    Date: Monday, January 31, 2022 @ 08:02:30
  Author: arojas
Revision: 435575

Add debug

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-31 07:55:05 UTC (rev 435574)
+++ PKGBUILD	2022-01-31 08:02:30 UTC (rev 435575)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -37,6 +37,7 @@
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
 sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
+options=(debug)
 
 build() {
   cd PyQt5-$pkgver



More information about the arch-commits mailing list