git » pyside2.git » commit 76708f9

Update to 5.15.8

author Antonio Rojas
2023-01-05 00:19:23 UTC
committer Antonio Rojas
2023-01-05 00:19:23 UTC
parent 5d663339950bacbd6d152cbf3c724a59e00e79bb

Update to 5.15.8

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9da9c5d..589d303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=pyside2
 pkgname=(shiboken2 python-shiboken2 pyside2 pyside2-tools)
-_qtver=5.15.7
+_qtver=5.15.8
 _clangver=14.0.6
 pkgver=${_qtver/-/}
 pkgrel=1
@@ -32,7 +32,7 @@ optdepends=('qt5-svg: QtSvg bindings'
 _pkgfqn=pyside-setup-opensource-src-$_qtver
 source=(https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz
         fix-build.patch)
-sha256sums=('f61210ae24e6882d5d0ca0059229e5dc4f35e2bca92dd6caf96c0f41943a8294'
+sha256sums=('23436302c8deb5b4cbc769b205d09604e38ba83b40708efccb7bd8c9af6f6b5d'
             '4f8815840b5df2e1e3b9f201a3402126821b0d9702920cefdc18050639143ad1')
 
 prepare() {
@@ -44,6 +44,7 @@ build() {
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=None \
     -DBUILD_TESTS=OFF \
+    -DFORCE_LIMITED_API=yes \
     -DPYTHON_EXECUTABLE=/usr/bin/python
   cmake --build build
 }