git » pyqt5.git » commit baa563f

Update to 5.15.2

author Antonio Rojas
2020-11-24 16:45:02 UTC
committer Antonio Rojas
2020-11-24 16:45:02 UTC
parent f6c5918cb065825723315825172e43f3aa1f199c

Update to 5.15.2

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 0830e6a..5f36109 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.1
-pkgrel=4
+pkgver=5.15.2
+pkgrel=1
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -37,7 +37,7 @@ makedepends=('sip5' 'pyqt-builder' 'python-opengl' 'python-dbus'
              'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
-sha256sums=('d9a76b850246d08da9863189ecb98f6c2aa9b4d97a3e85e29330a264aed0f9a1')
+sha256sums=('372b08dc9321d1201e4690182697c5e7ffb2e0770e6b4a45519025134b12e4fc')
 
 build() {
   cd PyQt5-$pkgver