author | Antonio Rojas
<arojas@archlinux.org> 2024-01-06 15:19:23 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-01-06 15:19:23 UTC |
parent | 689dbcc389693ec7a246b0107dc68b8784a2130d |
.SRCINFO | +3 | -3 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 6685f9c..f82f8e6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = pyside2 - pkgver = 5.15.11 + pkgver = 5.15.12 pkgrel = 1 url = https://www.qt.io arch = x86_64 @@ -40,8 +40,8 @@ pkgbase = pyside2 optdepends = qt5-remoteobjects: QtRemoteObjects bindings optdepends = qt5-serialport: QtSerialPort bindings optdepends = qt5-quickcontrols2: QtQuickControls2 bindings - source = https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.11-src/pyside-setup-opensource-src-5.15.11.tar.xz - sha256sums = da567cd3b7854d27a0b4afe3e89de8b2f98b7a6d57393be56f1fc13f770faf29 + source = https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.12-src/pyside-setup-opensource-src-5.15.12.tar.xz + sha256sums = 9c53a111ca5779064593e690db0da43ce0d5dad25369931b7a4f593886259ff4 pkgname = shiboken2 pkgdesc = Generates bindings for C++ libraries using CPython source code diff --git a/PKGBUILD b/PKGBUILD index b19f86c..c935484 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=pyside2 pkgname=(shiboken2 python-shiboken2 pyside2 pyside2-tools) -_qtver=5.15.11 +_qtver=5.15.12 _clangver=16.0.6 pkgver=${_qtver/-/} pkgrel=1 @@ -31,7 +31,7 @@ optdepends=('qt5-svg: QtSvg bindings' 'qt5-quickcontrols2: QtQuickControls2 bindings') _pkgfqn=pyside-setup-opensource-src-$_qtver source=(https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz) -sha256sums=('da567cd3b7854d27a0b4afe3e89de8b2f98b7a6d57393be56f1fc13f770faf29') +sha256sums=('9c53a111ca5779064593e690db0da43ce0d5dad25369931b7a4f593886259ff4') build() { cmake -B build -S $_pkgfqn \