summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLizen_52022-10-17 16:14:11 +0200
committerLizen_52022-10-17 16:14:11 +0200
commit1b8ef4cad273e9ee91a1efaf8dc5633e191bb466 (patch)
tree10a38fd3dacd89c7f99b8caa3125c8a4ac25824b
parente5831c89dcca48024305ba459551379fc7efac24 (diff)
downloadaur-1b8ef4cad273e9ee91a1efaf8dc5633e191bb466.tar.gz
6.4.0 update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 409de595146b..129186919124 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,6 @@ pkgbase = pyside6-tools
depends = pyside6
conflicts = pyside2-tools
source = https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.4.0-src/pyside-setup-opensource-src-6.4.0.tar.xz
- sha256sums = d19979589e8946488e1b5e01ac0da75ab73b40c901726723335e160241a56892
+ sha256sums = dcee166a112a7eb04bb58c1164997e1f720c1e3e2ee199ee8c9a70e82f51e321
pkgname = pyside6-tools
diff --git a/PKGBUILD b/PKGBUILD
index afcd8d67af7b..a1e906b19e4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('d19979589e8946488e1b5e01ac0da75ab73b40c901726723335e160241a56892')
+sha256sums=('dcee166a112a7eb04bb58c1164997e1f720c1e3e2ee199ee8c9a70e82f51e321')
build() {
cmake -B build -S ${_pkgfqn}/sources/pyside-tools/ \