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

Antonio Rojas arojas at archlinux.org
Thu Jan 7 17:20:34 UTC 2021


    Date: Thursday, January 7, 2021 @ 17:20:33
  Author: arojas
Revision: 405695

Add missing python-pyqt6-sip dependency

Modified:
  pyqt6/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 17:18:48 UTC (rev 405694)
+++ PKGBUILD	2021-01-07 17:20:33 UTC (rev 405695)
@@ -4,12 +4,12 @@
 pkgname=python-pyqt6
 pkgdesc="A set of Python bindings for the Qt6 toolkit"
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=(GPL)
 groups=(pyqt6)
-depends=(qt6-base)
+depends=(qt6-base python-pyqt6-sip)
 optdepends=('qt6-tools: QtHelp, QtDesigner'
             'qt6-svg: QtSvg'
             'qt6-declarative: QtQml, qmlplugin'



More information about the arch-commits mailing list