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

Antonio Rojas arojas at archlinux.org
Thu Jul 11 17:44:55 UTC 2019


    Date: Thursday, July 11, 2019 @ 17:44:54
  Author: arojas
Revision: 357764

Revert commit that crashes QCoreApplication

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-11 17:39:09 UTC (rev 357763)
+++ PKGBUILD	2019-07-11 17:44:54 UTC (rev 357764)
@@ -6,7 +6,7 @@
 _qtver=5.13.0
 _clangver=8.0.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -14,15 +14,15 @@
 makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
 _pkgfqn=pyside-setup-everywhere-src-${_qtver}
 source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz"
-         qcoreapplication-crash.patch::"https://code.qt.io/cgit/pyside/pyside-setup.git/patch/?id=5376a134")
+         qcoreapplication-crash.patch::"https://code.qt.io/cgit/pyside/pyside-setup.git/patch/?id=80a6f91c")
 sha256sums=('8e47e778a6c8ee86e9bc7dbf56371cf607e9f3c1a03a7d6df9e34f8dba555782'
-            'd315c773f19e341b3c7faa3faf61fef70375c711e1beed395c4aded9d12fd94f')
+            '7d36bfc604f4759f593e8d599e04e9ef713b35b3e0c373c12868b32913564303')
 
 prepare() {
   mkdir -p build
 
   cd $_pkgfqn
-  patch -p1 -i ../qcoreapplication-crash.patch # Fix crash with importing QCoreApplication
+  patch -Rp1 -i ../qcoreapplication-crash.patch # Revert commit that makes QCoreApplication import crash
 }
 
 build() {



More information about the arch-commits mailing list