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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Oct 16 15:54:28 UTC 2013


    Date: Wednesday, October 16, 2013 @ 17:54:27
  Author: andrea
Revision: 196702

upgpkg: pyqt5 5.1.1-1

Upstream release

Modified:
  pyqt5/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-16 15:53:31 UTC (rev 196701)
+++ PKGBUILD	2013-10-16 15:54:27 UTC (rev 196702)
@@ -7,7 +7,7 @@
 pkgbase=pyqt5
 pkgname=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.1
+pkgver=5.1.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro"
@@ -14,9 +14,9 @@
 license=('GPL')
 makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
              'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
-             'qt5-svg')
+             'qt5-svg' 'qt5-serialport')
 source=("http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz")
-md5sums=('056f6232bf9ea92baf86e812fd1669f8')
+md5sums=('10d41924d5252b75f3f9fe1a7c193e6d')
 
 build() {
   cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}
@@ -68,7 +68,8 @@
               'qt5-svg: QtSvg'
               'qt5-webkit: QtWebKit, QtWebKitWidgets'
               'qt5-xmlpatterns: QtXmlPatterns'
-              'qt5-declarative: QtQml, qmlplugin')
+              'qt5-declarative: QtQml, qmlplugin'
+              'qt5-serialport: QtSerialPort')
 
   cd PyQt-gpl-${pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR
@@ -89,7 +90,8 @@
               'qt5-svg: QtSvg'
               'qt5-webkit: QtWebKit, QtWebKitWidgets'
               'qt5-xmlpatterns: QtXmlPatterns'
-              'qt5-declarative: QtQml, qmlplugin')
+              'qt5-declarative: QtQml, qmlplugin'
+              'qt5-serialport: QtSerialPort')
 
   cd Py2Qt-gpl-${pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use DESTDIR




More information about the arch-commits mailing list