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

Antonio Rojas arojas at gemini.archlinux.org
Thu Dec 2 19:06:36 UTC 2021


    Date: Thursday, December 2, 2021 @ 19:06:35
  Author: arojas
Revision: 430350

Update to 6.2.2

Modified:
  pyqt6/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:59:17 UTC (rev 430349)
+++ PKGBUILD	2021-12-02 19:06:35 UTC (rev 430350)
@@ -3,8 +3,8 @@
 pkgbase=pyqt6
 pkgname=python-pyqt6
 pkgdesc='A set of Python bindings for the Qt6 toolkit'
-pkgver=6.2.1
-pkgrel=2
+pkgver=6.2.2
+pkgrel=1
 arch=(x86_64)
 url='https://riverbankcomputing.com/software/pyqt/intro'
 license=(GPL)
@@ -16,7 +16,7 @@
             'qt6-quick3d: QtQuick3D bindings'
             'qt6-connectivity: QtBluetooth, QtNfc bindings'
             'qt6-multimedia: QtMultimedia bindings'
-            'qt6-location: QtPositioning bindings'
+            'qt6-positioning: QtPositioning bindings'
             'qt6-remoteobjects: QtRemoteObjects bindings'
             'qt6-sensors: QtSensors bindings'
             'qt6-serialport: QtSerialPort bindings'
@@ -25,9 +25,9 @@
             'dbus-python: for python-dbus mainloop support')
 makedepends=(sip pyqt-builder python-opengl dbus-python
              qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools qt6-multimedia qt6-remoteobjects
-             qt6-location qt6-sensors qt6-serialport qt6-webchannel qt6-websockets qt6-connectivity)
+             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=('d603a5c8effccc9174b3f43834256401a61ea40f2338306ca22fb6a1e870b89c')
+sha256sums=('9325a0f51c08e37340d916d2723daf9a25c844dac99d71d6c5aacb4f6ee00171')
 
 build() {
   cd PyQt6-$pkgver



More information about the arch-commits mailing list