summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2022-11-28 11:41:14 +0100
committerFrederic Bezies2022-11-28 11:41:14 +0100
commitc6458ac9a928f512cfe3d3d2b29cc7dbf19b8174 (patch)
tree2f1bc26e031a6890ed30c8cbe8ce9f2bde83949b /PKGBUILD
parent6d5bad47095c7427cdc765b23840ce0ffd216fe6 (diff)
downloadaur-c6458ac9a928f512cfe3d3d2b29cc7dbf19b8174.tar.gz
Fixing PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7a0f3fdba5e..d2598fc2f2e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pyside6-tools
_qtver=6.4.1
pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
arch=(x86_64)
url='https://www.qt.io'
license=(LGPL)
@@ -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=('dcee166a112a7eb04bb58c1164997e1f720c1e3e2ee199ee8c9a70e82f51e321')
+sha256sums=('807954ce284e1137475f78faf3bcf0ae9d17ec3690d1a43d09c98e973a3d556b')
build() {
cmake -B build -S ${_pkgfqn}/sources/pyside-tools/ \