git » pyqt5.git » commit 722e17b

Build with sip 6

author Antonio Rojas
2021-01-05 19:07:36 UTC
committer Antonio Rojas
2021-01-05 19:07:36 UTC
parent 826b4686d5affc6a43d3099734b0809b4b3e226d

Build with sip 6

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4564741..2368be3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgbase=pyqt5
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.2
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -32,7 +32,7 @@ optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
             'qt5-speech: QtTextToSpeech'
             'qt5-quick3d: QtQuick3D')
 provides=(qt5-python-bindings)
-makedepends=('sip5' 'pyqt-builder' 'python-opengl' 'python-dbus'
+makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
              'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-speech' 'qt5-svg'
              'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
 conflicts=('pyqt5-common')