summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-11-28 11:41:14 +0100
committerFrederic Bezies2022-11-28 11:41:14 +0100
commitc6458ac9a928f512cfe3d3d2b29cc7dbf19b8174 (patch)
tree2f1bc26e031a6890ed30c8cbe8ce9f2bde83949b
parent6d5bad47095c7427cdc765b23840ce0ffd216fe6 (diff)
downloadaur-c6458ac9a928f512cfe3d3d2b29cc7dbf19b8174.tar.gz
Fixing PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fb41f5f1f55..624089191148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyside6-tools
pkgdesc = Tools for PySide6
pkgver = 6.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://www.qt.io
arch = x86_64
license = LGPL
@@ -11,6 +11,6 @@ pkgbase = pyside6-tools
depends = pyside6
conflicts = pyside2-tools
source = https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.4.1-src/pyside-setup-opensource-src-6.4.1.tar.xz
- sha256sums = dcee166a112a7eb04bb58c1164997e1f720c1e3e2ee199ee8c9a70e82f51e321
+ sha256sums = 807954ce284e1137475f78faf3bcf0ae9d17ec3690d1a43d09c98e973a3d556b
pkgname = pyside6-tools
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/ \