author | Antonio Rojas
<arojas@archlinux.org> 2024-03-15 11:16:58 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-03-15 11:16:58 UTC |
parent | 5e35f754ae926045ad6d5d17fb13d8933cd158b1 |
.SRCINFO | +4 | -4 |
PKGBUILD | +3 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 1cb065e..7d9e817 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pyside2 - pkgver = 5.15.12 - pkgrel = 2 + pkgver = 5.15.13 + pkgrel = 1 url = https://www.qt.io arch = x86_64 license = LGPL @@ -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.12-src/pyside-setup-opensource-src-5.15.12.tar.xz - sha256sums = 9c53a111ca5779064593e690db0da43ce0d5dad25369931b7a4f593886259ff4 + source = https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.13-src/pyside-setup-opensource-src-5.15.13.tar.xz + sha256sums = 7a57797b20268d6ebcb39deba48c754a69abf9221aee03e1f3dca6f6565b7da9 pkgname = shiboken2 pkgdesc = Generates bindings for C++ libraries using CPython source code diff --git a/PKGBUILD b/PKGBUILD index d049657..1715e4a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,10 +3,10 @@ pkgbase=pyside2 pkgname=(shiboken2 python-shiboken2 pyside2 pyside2-tools) -_qtver=5.15.12 +_qtver=5.15.13 _clangver=17.0.6 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(LGPL) @@ -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=('9c53a111ca5779064593e690db0da43ce0d5dad25369931b7a4f593886259ff4') +sha256sums=('7a57797b20268d6ebcb39deba48c754a69abf9221aee03e1f3dca6f6565b7da9') build() { cmake -B build -S $_pkgfqn \