git » pyqt5.git » commit b421bed

Update to 5.10

author Antonio Rojas
2018-01-23 19:56:55 UTC
committer Antonio Rojas
2018-01-23 19:56:55 UTC
parent b43f46571db2d59598af81a252dd0e63617e87fa

Update to 5.10

PKGBUILD +9 -7

diff --git a/PKGBUILD b/PKGBUILD
index 813aa02..0ec32a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,23 +6,23 @@
 
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.9.2
-pkgrel=2
+pkgver=5.10
+pkgrel=1
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
 license=('GPL')
 makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
              'python2-dbus' 'python-dbus' 'qt5-connectivity'
              'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
-             'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
+             'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth')
 source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz" pyqt-support-new-qt.patch)
-sha512sums=('5af2e65addaed7dd02d8dbf7a7c63767e565fc8edeb7b51e5991a00cda29f75b666529097646e821aaff556f350a929fd451f548bba76e97355b7fe10bd913bc'
+sha512sums=('a86520870536618857ed3ee1601af45f5a0b456de192a5d6a3f8fa734e5cf49b8ce373928c0f4aeaae365d3fa95db03b5f59ae2903bc5eb2304b7edf22198033'
             '5b4d03609dcc889c0cd3ca72b64295653130b63010c124b4fa32d7a8e7a11fe2d4a8eebee23eee89fac4e2220f64fe121c6de32154640a20d3611e61d3300ce1')
 
 prepare() {
   # Support new versions of Qt - don't remove, needs to be reapplied after every new Qt release
   pushd PyQt5_gpl-$pkgver
-  patch -p1 -i ../pyqt-support-new-qt.patch
+  # patch -p1 -i ../pyqt-support-new-qt.patch
   popd
 
   # The additional include path was removed due to this line, I don't really know why they are doing this...
@@ -83,7 +83,8 @@ package_python-pyqt5(){
               'qt5-websockets: QtWebSockets'
               'qt5-connectivity: QtNfc, QtBluetooth'
               'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
-              'qt5-x11extras: QtX11Extras')
+              'qt5-x11extras: QtX11Extras'
+              'qt5-networkauth: QtNetworkAuth')
 
   cd PyQt5_gpl-$pkgver
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
@@ -108,7 +109,8 @@ package_python2-pyqt5(){
               'qt5-websockets: QtWebSockets'
               'qt5-connectivity: QtNfc, QtBluetooth'
               'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
-              'qt5-x11extras: QtX11Extras')
+              'qt5-x11extras: QtX11Extras'
+              'qt5-networkauth: QtNetworkAuth')
 
   cd PyQt5_gpl-$pkgver-py2
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR