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

Antonio Rojas arojas at gemini.archlinux.org
Sun Mar 27 16:55:12 UTC 2022


    Date: Sunday, March 27, 2022 @ 16:55:11
  Author: arojas
Revision: 440723

Restore qt5-python-bindings provides (FS#74255)

Modified:
  pyside2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-27 16:53:53 UTC (rev 440722)
+++ PKGBUILD	2022-03-27 16:55:11 UTC (rev 440723)
@@ -6,7 +6,7 @@
 _qtver=5.15.3
 _clangver=13.0.1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)
@@ -92,6 +92,7 @@
               'qt5-remoteobjects: QtRemoteObjects bindings'
               'qt5-serialport: QtSerialPort bindings'
               'qt5-quickcontrols2: QtQuickControls2 bindings')
+  provides=(qt5-python-bindings)
 
   DESTDIR="$pkgdir" cmake --install build/sources/pyside2
 # Install egg-info



More information about the arch-commits mailing list