summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2024-03-15 12:16:58 +0100
committerAntonio Rojas2024-03-15 12:16:58 +0100
commit1321c9bf420195890d423362f4b037b9a9234a42 (patch)
treeb4df75dc25ce27fdd1fcfbbf90b28bad2e8919b1
parent5e35f754ae926045ad6d5d17fb13d8933cd158b1 (diff)
downloadaur-1321c9bf420195890d423362f4b037b9a9234a42.tar.gz
upgpkg: 5.15.13-1: Update to 5.15.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cb065e88e44..7d9e81739d09 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 d0496573b667..1715e4ac90ef 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 \