git » pyqt5.git » commit 429fc67

upgpkg: 5.15.10-1: Update to 5.15.10

author Antonio Rojas
2023-10-14 12:06:18 UTC
committer Antonio Rojas
2023-10-14 12:06:18 UTC
parent 735c4a370555196c91becc5c037ec4fce8f9d371

upgpkg: 5.15.10-1: Update to 5.15.10

.SRCINFO +51 -0
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..93ae43d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,51 @@
+pkgbase = pyqt5
+	pkgdesc = A set of Python bindings for the Qt5 toolkit
+	pkgver = 5.15.10
+	pkgrel = 1
+	url = https://riverbankcomputing.com/software/pyqt/intro
+	arch = x86_64
+	groups = pyqt5
+	license = GPL
+	makedepends = sip
+	makedepends = pyqt-builder
+	makedepends = python-opengl
+	makedepends = python-dbus
+	makedepends = qt5-connectivity
+	makedepends = qt5-multimedia
+	makedepends = qt5-tools
+	makedepends = qt5-serialport
+	makedepends = qt5-speech
+	makedepends = qt5-svg
+	makedepends = qt5-websockets
+	makedepends = qt5-x11extras
+	makedepends = qt5-xmlpatterns
+	makedepends = qt5-remoteobjects
+	makedepends = qt5-quick3d
+	makedepends = qt5-sensors
+	makedepends = qt5-webchannel
+	makedepends = qt5-location
+	depends = python-pyqt5-sip
+	depends = qt5-base
+	optdepends = python-opengl: enable OpenGL 3D graphics in PyQt applications
+	optdepends = python-dbus: for python-dbus mainloop support
+	optdepends = qt5-multimedia: QtMultimedia, QtMultimediaWidgets
+	optdepends = qt5-tools: QtHelp, QtDesigner
+	optdepends = qt5-svg: QtSvg
+	optdepends = qt5-xmlpatterns: QtXmlPatterns
+	optdepends = qt5-declarative: QtQml, qmlplugin
+	optdepends = qt5-serialport: QtSerialPort
+	optdepends = qt5-websockets: QtWebSockets
+	optdepends = qt5-connectivity: QtNfc, QtBluetooth
+	optdepends = qt5-x11extras: QtX11Extras
+	optdepends = qt5-remoteobjects: QtRemoteObjects
+	optdepends = qt5-speech: QtTextToSpeech
+	optdepends = qt5-quick3d: QtQuick3D
+	optdepends = qt5-location: QtLocation, QtPositioning
+	optdepends = qt5-sensors: QtSensors
+	optdepends = qt5-webchannel: QtWebChannel
+	provides = qt5-python-bindings
+	conflicts = pyqt5-common
+	source = https://pypi.python.org/packages/source/P/PyQt5/PyQt5-5.15.10.tar.gz
+	sha256sums = d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a
+
+pkgname = python-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index dbccc2b..bdbf9f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.9
-pkgrel=2
+pkgver=5.15.10
+pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -39,7 +39,7 @@ makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
              'qt5-sensors' 'qt5-webchannel' 'qt5-location')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
-sha256sums=('dc41e8401a90dc3e2b692b411bd5492ab559ae27a27424eed4bd3915564ec4c0')
+sha256sums=('d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a')
 
 build() {
   cd PyQt5-$pkgver