git » pyqt5.git » commit ea2f9ba

Qt 5.14 rebuild

author Antonio Rojas
2019-12-14 08:40:46 UTC
committer Antonio Rojas
2019-12-14 08:40:46 UTC
parent a0dbb7c20d4f794d9bcd8b30901a8bbafb3a7941

Qt 5.14 rebuild

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index af5e359..ce352bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('python-pyqt5' 'python2-pyqt5')
 pkgver=5.13.2
-pkgrel=8
+pkgrel=9
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -33,7 +33,7 @@ build() {
     --confirm-license \
     --no-make
   cd build
-  sed -e 's|dbus|pyqt5|' -i dbus/dbus.exp # Fix missing symbol on dbus module
+  sed -e 's|dbus|pyqt5|' -i dbus/dbus.exp # https://www.riverbankcomputing.com/pipermail/pyqt/2019-December/042391.html
   make
 
   cd "$srcdir"/PyQt5-$pkgver-py2