[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Feb 10 14:12:52 UTC 2019


    Date: Sunday, February 10, 2019 @ 14:12:51
  Author: arojas
Revision: 345832

Update to 5.12, add QtRemoteObjects bindings

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 13:43:50 UTC (rev 345831)
+++ PKGBUILD	2019-02-10 14:12:51 UTC (rev 345832)
@@ -6,16 +6,16 @@
 
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.11.3
-pkgrel=4
+pkgver=5.12
+pkgrel=1
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
 license=('GPL')
 makedepends=('python-sip-pyqt5' 'python2-sip-pyqt5' 'sip' 'python-opengl' 'python2-opengl' 'python2-enum34'
              'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
-             'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz")
-sha512sums=('6f4abb1866ce357263c208121607072e127c8853e9c6bf039b034fefdda4c40e38f917c3b313375f0d692d764ecf26ff3a6b12cda2a2eeb5237db8b5e9443548')
+             'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects')
+source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5_gpl-$pkgver.tar.gz")
+sha256sums=('d9e70065b5980afde5f2b9bc900910050331604e02c70666c45fcfc66b0d4f34')
 
 prepare() {
   cp -a PyQt5_gpl-$pkgver{,-py2}
@@ -64,7 +64,8 @@
               'qt5-connectivity: QtNfc, QtBluetooth'
               'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
               'qt5-x11extras: QtX11Extras'
-              'qt5-networkauth: QtNetworkAuth')
+              'qt5-networkauth: QtNetworkAuth'
+              'qt5-remoteobjects: QtRemoteObjects')
 
   cd PyQt5_gpl-$pkgver
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
@@ -97,7 +98,8 @@
               'qt5-connectivity: QtNfc, QtBluetooth'
               'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
               'qt5-x11extras: QtX11Extras'
-              'qt5-networkauth: QtNetworkAuth')
+              'qt5-networkauth: QtNetworkAuth'
+              'qt5-remoteobjects: QtRemoteObjects')
 
   cd PyQt5_gpl-$pkgver-py2
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR



More information about the arch-commits mailing list