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

Antonio Rojas arojas at archlinux.org
Thu Mar 21 12:56:08 UTC 2019


    Date: Thursday, March 21, 2019 @ 12:56:07
  Author: arojas
Revision: 348794

Update to 5.12.2

Modified:
  pyside2-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-21 12:36:42 UTC (rev 348793)
+++ PKGBUILD	2019-03-21 12:56:07 UTC (rev 348794)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=pyside2-tools
-_qtver=5.12.1
+_qtver=5.12.2
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(cmake shiboken2)
 _pkgfqn=pyside-setup-everywhere-src-${_qtver}
 source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('6e26b6240b97558b8bf3c97810e950ef4121a03a1ebdecfb649992a505f18059')
+sha256sums=('96f2cb04f860654492a99522ef8e1cf4fa251ec32e00b42a299092f29684afff')
 
 prepare() {
   mkdir -p build
@@ -23,7 +23,8 @@
   cd build
   cmake ../${_pkgfqn}/sources/pyside2-tools \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTS=OFF
+    -DBUILD_TESTS=OFF \
+    -DCMAKE_BUILD_TYPE=None # https://bugreports.qt.io/browse/PYSIDE-980
   make
 }
 



More information about the arch-commits mailing list