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

Antonio Rojas arojas at archlinux.org
Sat Dec 14 08:25:52 UTC 2019


    Date: Saturday, December 14, 2019 @ 08:25:52
  Author: arojas
Revision: 371394

Fix missing symbol in dbus module (FS#64831)

Modified:
  pyqt5/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-14 07:32:54 UTC (rev 371393)
+++ PKGBUILD	2019-12-14 08:25:52 UTC (rev 371394)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5' 'python2-pyqt5')
 pkgver=5.13.2
-pkgrel=7
+pkgrel=8
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -32,8 +32,9 @@
   sip-build \
     --confirm-license \
     --no-make
-   cd build
-   make
+  cd build
+  sed -e 's|dbus|pyqt5|' -i dbus/dbus.exp # Fix missing symbol on dbus module
+  make
 
   cd "$srcdir"/PyQt5-$pkgver-py2
   python2 configure.py \



More information about the arch-commits mailing list