summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2023-01-07 13:44:15 +0100
committerStephan Springer2023-01-07 13:44:15 +0100
commit7e8423301a27a41321eb3d97eb56229cbc8bc06b (patch)
treee67ba7ff598a875123fad90dd83dfa903c613d1a
parent538935059b521785e4d70d3c088670859ed54e1a (diff)
downloadaur-7e8423301a27a41321eb3d97eb56229cbc8bc06b.tar.gz
update to version 6.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b94c2155b9b4..449418d25cc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt6-base-headless
pkgdesc = A cross-platform application and UI framework - headless build, no QtGui or QtWidgets
- pkgver = 6.4.1
+ pkgver = 6.4.2
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -28,10 +28,10 @@ pkgbase = qt6-base-headless
provides = qt6-base
conflicts = qt6-base
options = debug
- source = https://download.qt.io/official_releases/qt/6.4/6.4.1/submodules/qtbase-everywhere-src-6.4.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtbase-everywhere-src-6.4.2.tar.xz
source = qt6-base-cflags.patch
source = qt6-base-nostrip.patch
- sha256sums = 532ad71cc0f9c8f7cb92766c47bc3d23263c60876becd9053802f9727af24fae
+ sha256sums = a88bc6cedbb34878a49a622baa79cace78cfbad4f95fdbd3656ddb21c705525d
sha256sums = 5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78
sha256sums = 4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094
diff --git a/PKGBUILD b/PKGBUILD
index f1234a75d692..c4bad517f28b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt6-base-headless
-_qtver=6.4.1
+_qtver=6.4.2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -26,7 +26,7 @@ _pkgfn="qtbase-everywhere-src-$_qtver"
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
qt6-base-cflags.patch
qt6-base-nostrip.patch)
-sha256sums=('532ad71cc0f9c8f7cb92766c47bc3d23263c60876becd9053802f9727af24fae'
+sha256sums=('a88bc6cedbb34878a49a622baa79cace78cfbad4f95fdbd3656ddb21c705525d'
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')