Date: Tuesday, January 23, 2018 @ 19:56:55
  Author: arojas
Revision: 315325

Update to 5.10

Modified:
  pyqt5/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-23 19:30:53 UTC (rev 315324)
+++ PKGBUILD    2018-01-23 19:56:55 UTC (rev 315325)
@@ -7,8 +7,8 @@
 
 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')
@@ -15,15 +15,15 @@
 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...
@@ -84,7 +84,8 @@
               '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
@@ -109,7 +110,8 @@
               '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

Reply via email to