Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
pyside6


Commits:
737b8325 by Antonio Rojas at 2024-10-15T18:31:58+02:00
Fix crash

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/issues/2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = pyside6
        pkgver = 6.8.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://www.qt.io
        arch = x86_64
        license = LGPL


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgname=(pyside6
          shiboken6)
 _qtver=6.8.0
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)
@@ -48,7 +48,7 @@ 
sha256sums=('64179fd95435d14504cf0b31247142b6c4f60df16f0e1b46f359ba813657b119'
 
 prepare() {
   cd pyside-setup
-  git cherry-pick -n 556bc8d158b06546343ae2f51b05f555d47442c0 # Fix star 
imports (PYSIDE-2675)
+  git cherry-pick -n 2a2d01399ad837db17cae3c2d00446b88338a627 # Fix crashes 
(PYSIDE-2888)
   patch -p1 < ../fix-build.patch
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/737b8325b7ebe9d1fb69174171fe00fc98bf023c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/737b8325b7ebe9d1fb69174171fe00fc98bf023c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to