summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-09-13 17:08:23 +0200
committerFrederic Bezies2022-09-13 17:08:23 +0200
commitcdc5e16f4f87667a90732e0c69a4efc50dd1ff6b (patch)
tree8e6e93a831305dbb5f106a94eb0b9572bddbb111
parent503f98e277afba6304e93b647deb02d313c29b9a (diff)
downloadaur-cdc5e16f4f87667a90732e0c69a4efc50dd1ff6b.tar.gz
6.3.2 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2746b08ef5c2..36714db1c3e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyside6-tools
pkgdesc = Tools for PySide6
- pkgver = 6.3.1
+ pkgver = 6.3.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = pyside6-tools
makedepends = qt6-tools
depends = pyside6
conflicts = pyside2-tools
- source = https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.3.1-src/pyside-setup-opensource-src-6.3.1.tar.xz
- sha256sums = e5a85ed68834eb8324e3486283a9451b030d7221809e2a9533162e6b93899977
+ source = https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.3.2-src/pyside-setup-opensource-src-6.3.2.tar.xz
+ sha256sums = d19979589e8946488e1b5e01ac0da75ab73b40c901726723335e160241a56892
pkgname = pyside6-tools
diff --git a/PKGBUILD b/PKGBUILD
index 21cd3f0d4f95..8bdb9836fc76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Advaith Madhukar <advaith.madhukar at gmail dot com>
pkgname=pyside6-tools
-_qtver=6.3.1
+_qtver=6.3.2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@ conflicts=(pyside2-tools)
makedepends=(cmake shiboken6 qt6-tools)
_pkgfqn=pyside-setup-opensource-src-$_qtver
source=("https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('e5a85ed68834eb8324e3486283a9451b030d7221809e2a9533162e6b93899977')
+sha256sums=('d19979589e8946488e1b5e01ac0da75ab73b40c901726723335e160241a56892')
build() {
cmake -B build -S ${_pkgfqn}/sources/pyside-tools/ \