summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-01-09 18:05:16 +0100
committerFrederic Bezies2023-01-09 18:05:16 +0100
commit01c6b799b34f540c6802c3ce3fe7f1ed506d3049 (patch)
treed10a371e1c7fdc650adbf791c506cd0334a661d5
parent3b27f7b871349aff61cf7fc881d1fe3f9e563ea0 (diff)
downloadaur-pyside6-tools.tar.gz
6.4.2 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a1c453f25e..b50f23156b6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyside6-tools
pkgdesc = Tools for PySide6
- pkgver = 6.4.1
- pkgrel = 6
+ pkgver = 6.4.2
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
license = LGPL
@@ -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.4.1-src/pyside-setup-opensource-src-6.4.1.tar.xz
- sha256sums = 807954ce284e1137475f78faf3bcf0ae9d17ec3690d1a43d09c98e973a3d556b
+ source = https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.4.2-src/pyside-setup-opensource-src-6.4.2.tar.xz
+ sha256sums = 1ec9d0936332efd229650cf10fed36cadddff7a613a2ea6e897de4d504c1b505
pkgname = pyside6-tools
diff --git a/PKGBUILD b/PKGBUILD
index c5d308cb83e2..7688d2fcf808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Advaith Madhukar <advaith.madhukar at gmail dot com>
pkgname=pyside6-tools
-_qtver=6.4.1
+_qtver=6.4.2
pkgver=${_qtver/-/}
-pkgrel=6
+pkgrel=1
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=('807954ce284e1137475f78faf3bcf0ae9d17ec3690d1a43d09c98e973a3d556b')
+sha256sums=('1ec9d0936332efd229650cf10fed36cadddff7a613a2ea6e897de4d504c1b505')
build() {
cmake -B build -S ${_pkgfqn}/sources/pyside-tools/ \