[arch-commits] Commit in (34 files)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 13:33:36 UTC 2022


    Date: Saturday, August 27, 2022 @ 13:33:34
  Author: arojas
Revision: 454609

Qt 6.4 beta 3

Modified:
  qt6-3d/kde-unstable/PKGBUILD
  qt6-5compat/kde-unstable/PKGBUILD
  qt6-base/kde-unstable/PKGBUILD
  qt6-charts/kde-unstable/PKGBUILD
  qt6-connectivity/kde-unstable/PKGBUILD
  qt6-datavis3d/kde-unstable/PKGBUILD
  qt6-declarative/kde-unstable/PKGBUILD
  qt6-doc/kde-unstable/PKGBUILD
  qt6-httpserver/kde-unstable/PKGBUILD
  qt6-imageformats/kde-unstable/PKGBUILD
  qt6-languageserver/kde-unstable/PKGBUILD
  qt6-lottie/kde-unstable/PKGBUILD
  qt6-multimedia/kde-unstable/PKGBUILD
  qt6-networkauth/kde-unstable/PKGBUILD
  qt6-positioning/kde-unstable/PKGBUILD
  qt6-quick3d/kde-unstable/PKGBUILD
  qt6-quick3dphysics/kde-unstable/PKGBUILD
  qt6-quicktimeline/kde-unstable/PKGBUILD
  qt6-remoteobjects/kde-unstable/PKGBUILD
  qt6-scxml/kde-unstable/PKGBUILD
  qt6-sensors/kde-unstable/PKGBUILD
  qt6-serialbus/kde-unstable/PKGBUILD
  qt6-serialport/kde-unstable/PKGBUILD
  qt6-shadertools/kde-unstable/PKGBUILD
  qt6-speech/kde-unstable/PKGBUILD
  qt6-svg/kde-unstable/PKGBUILD
  qt6-tools/kde-unstable/PKGBUILD
  qt6-translations/kde-unstable/PKGBUILD
  qt6-virtualkeyboard/kde-unstable/PKGBUILD
  qt6-wayland/kde-unstable/PKGBUILD
  qt6-webchannel/kde-unstable/PKGBUILD
  qt6-webengine/kde-unstable/PKGBUILD
  qt6-websockets/kde-unstable/PKGBUILD
  qt6-webview/kde-unstable/PKGBUILD

-------------------------------------------+
 qt6-3d/kde-unstable/PKGBUILD              |    4 ++--
 qt6-5compat/kde-unstable/PKGBUILD         |    4 ++--
 qt6-base/kde-unstable/PKGBUILD            |    4 ++--
 qt6-charts/kde-unstable/PKGBUILD          |    4 ++--
 qt6-connectivity/kde-unstable/PKGBUILD    |    4 ++--
 qt6-datavis3d/kde-unstable/PKGBUILD       |    4 ++--
 qt6-declarative/kde-unstable/PKGBUILD     |    4 ++--
 qt6-doc/kde-unstable/PKGBUILD             |    4 ++--
 qt6-httpserver/kde-unstable/PKGBUILD      |    4 ++--
 qt6-imageformats/kde-unstable/PKGBUILD    |    4 ++--
 qt6-languageserver/kde-unstable/PKGBUILD  |    4 ++--
 qt6-lottie/kde-unstable/PKGBUILD          |    4 ++--
 qt6-multimedia/kde-unstable/PKGBUILD      |   12 +++++++++---
 qt6-networkauth/kde-unstable/PKGBUILD     |    4 ++--
 qt6-positioning/kde-unstable/PKGBUILD     |    4 ++--
 qt6-quick3d/kde-unstable/PKGBUILD         |    4 ++--
 qt6-quick3dphysics/kde-unstable/PKGBUILD  |    4 ++--
 qt6-quicktimeline/kde-unstable/PKGBUILD   |    4 ++--
 qt6-remoteobjects/kde-unstable/PKGBUILD   |    4 ++--
 qt6-scxml/kde-unstable/PKGBUILD           |    4 ++--
 qt6-sensors/kde-unstable/PKGBUILD         |    4 ++--
 qt6-serialbus/kde-unstable/PKGBUILD       |    4 ++--
 qt6-serialport/kde-unstable/PKGBUILD      |    4 ++--
 qt6-shadertools/kde-unstable/PKGBUILD     |    4 ++--
 qt6-speech/kde-unstable/PKGBUILD          |    6 +++---
 qt6-svg/kde-unstable/PKGBUILD             |    4 ++--
 qt6-tools/kde-unstable/PKGBUILD           |    4 ++--
 qt6-translations/kde-unstable/PKGBUILD    |    4 ++--
 qt6-virtualkeyboard/kde-unstable/PKGBUILD |    4 ++--
 qt6-wayland/kde-unstable/PKGBUILD         |    4 ++--
 qt6-webchannel/kde-unstable/PKGBUILD      |    4 ++--
 qt6-webengine/kde-unstable/PKGBUILD       |   17 +++++++++++++----
 qt6-websockets/kde-unstable/PKGBUILD      |    4 ++--
 qt6-webview/kde-unstable/PKGBUILD         |    4 ++--
 34 files changed, 87 insertions(+), 72 deletions(-)

Modified: qt6-3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-3d/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-3d/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-3d
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('344eadb7502ec2072bc29bc85933158a9e159013c04a69c0f63512af9c7c4712')
+sha256sums=('ae49cf48023d715e4ae007845308455eb47f606415bf0b2f257396ad290682f9')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-5compat/kde-unstable/PKGBUILD
===================================================================
--- qt6-5compat/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-5compat/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-5compat
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('70b4391228e0f6cf817f9c7b9de9432b39bd9b91b7a978daeef298b1290b83ef')
+sha256sums=('0fa0dfe352d8941b51d5e727daea07ae78a4d666e9111516ef9a6c4be3a2641e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-base/kde-unstable/PKGBUILD
===================================================================
--- qt6-base/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-base/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-base
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -29,7 +29,7 @@
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
         qt6-base-cflags.patch
         qt6-base-nostrip.patch)
-sha256sums=('65d0434069158c93b4ebab5fe7a3a5d911cde120f7babe3f82d856081f6acd40'
+sha256sums=('6d9c882042a61573d2c4286e4df2b0b7c1edf3c7e90e3ca686d7e1c3e2568511'
             '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
             '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
 

Modified: qt6-charts/kde-unstable/PKGBUILD
===================================================================
--- qt6-charts/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-charts/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-charts
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('a05f6f2eac3aefbae0ec80deea65590b0a060fcf7a70b519609bc0966b4a7536')
+sha256sums=('eb11398d91fdf0b10e4c3c23a41cfd624c004f6970cd93e8d74fcf382d539f1f')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-connectivity/kde-unstable/PKGBUILD
===================================================================
--- qt6-connectivity/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-connectivity/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-connectivity
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('40b0af24ca6f5812e9f803a7ac896956e5b063649ee340d8fa07c1c4cd09f84e')
+sha256sums=('21ff24de1e6e7c11641098eab16014d1ee2f2d71af18e050955952bfd87c5435')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-datavis3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-datavis3d/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-datavis3d/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-datavis3d
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5e239c042c1e238c2f58f7405455b49aa438a577cc52c858358417c434a8abeb')
+sha256sums=('89ce9be45534a25a0f4aa83982ba5c1da3a2f8aa03443258266d22a653681185')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt6-declarative/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-declarative/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-declarative
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -20,7 +20,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('61d044dec3f49428d984c9b1c22502066c5a0932f632be6def14bb704317383c')
+sha256sums=('1fb0899911e1fc0f17f1fa54b3ddc47b3806f4fec0ff69242515f35c08e88af9')
 
 build() {
   export CXXFLAGS+=" -ffat-lto-objects"

Modified: qt6-doc/kde-unstable/PKGBUILD
===================================================================
--- qt6-doc/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-doc/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -4,7 +4,7 @@
 
 pkgbase=qt6-doc
 pkgname=(qt6-doc qt6-examples)
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
@@ -15,7 +15,7 @@
 groups=(qt6)
 _pkgfn=qt-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz)
-sha256sums=('99c7fd0baf8962ee242fb19391d95fc2ba1d298ea18cb91d9fe1352e2d2003ec')
+sha256sums=('fdc8c5449de5f98af948d3d8200dbc33ee4f7ae8ffca3e917a01432d484a6886')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-httpserver/kde-unstable/PKGBUILD
===================================================================
--- qt6-httpserver/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-httpserver/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-httpserver
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('8aca7185902d75aa06b0fac193888b357a59b9b2fe34c02f90bc115029a7b2f6')
+sha256sums=('3f2aaf552972f5d7ac8e16467812fee7c0e86dfef2ffe70944efce36a0049591')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-imageformats/kde-unstable/PKGBUILD
===================================================================
--- qt6-imageformats/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-imageformats/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-imageformats
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('b273c1b86ca12132db80d909ed58d1ddefb40c009d49bbc9ad409bca98016eb8')
+sha256sums=('7e790d8f0daf3cd842773a29a92fdc1e5b3570e10bd29b479f18a23144a4a73e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-languageserver/kde-unstable/PKGBUILD
===================================================================
--- qt6-languageserver/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-languageserver/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-languageserver
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('a2ade1927c6be3d05116925b0fcf1d625a0d4169afddaa176e2952fff4b3c946')
+sha256sums=('c5f51a918396b5f0139722d424b4756f1d8954d7b0061e5b3cda4b17735d71f9')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-lottie/kde-unstable/PKGBUILD
===================================================================
--- qt6-lottie/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-lottie/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-lottie
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('a0849a51ea7671fc9b5528288febefd371b8512fdd2f0b67a81eb4abb068f019')
+sha256sums=('4c515d25e8f79d0d03a48f40fa2be59afb5581fdcd23e9b71a295b35de2a88fe')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-multimedia/kde-unstable/PKGBUILD
===================================================================
--- qt6-multimedia/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-multimedia/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 
 pkgbase=qt6-multimedia
 pkgname=(qt6-multimedia qt6-multimedia-gstreamer qt6-multimedia-ffmpeg)
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -14,9 +14,15 @@
 groups=(qt6)
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('2c6fcacd328292e725c513e002f1a4948fd2f62dc64acd58f3fb90d5c1eb5737')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
+        qt6-multimedia-ffmpeg-5.1.patch::https://code.qt.io/cgit/qt/qtmultimedia.git/patch/?id=ddf562ea)
+sha256sums=('512c01c96bdc3ab25a1a981b7e8af3d949b99d575f981afb0a1418405a42fae1'
+            '20d7e0bc6a59c2f6bfccd980c9b5b713e864b744bea54f231c0057d4c06f2d4d')
 
+prepare() {
+  patch -d $_pkgfn -p1 < qt6-multimedia-ffmpeg-5.1.patch # Fix build with FFmpeg 5.1
+}
+
 build() {
   cmake -B build -S $_pkgfn -G Ninja \
     -DCMAKE_MESSAGE_LOG_LEVEL=STATUS

Modified: qt6-networkauth/kde-unstable/PKGBUILD
===================================================================
--- qt6-networkauth/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-networkauth/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-networkauth
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('02b4bae0e29ecebb79121bdb10092200eef796cfdd77ef6993a705100f63da4e')
+sha256sums=('6d2ef7b4cac5067095cb7022a70fe804992ef7463f438438330cd3b73604ab67')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-positioning/kde-unstable/PKGBUILD
===================================================================
--- qt6-positioning/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-positioning/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-positioning
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -19,7 +19,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('390ecd0ef16b15860a08b575b49171f53ce4448e769ded93cd06915001879cff')
+sha256sums=('a34ec492f710d516b455bb885c4f972169707624c82d4ea6096b72bf1177eb40')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-quick3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3d/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-quick3d/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quick3d
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('0d80b310c5621b2f00523f6b931563a91dd807c79f22b1217df6655aa74773fd')
+sha256sums=('5290c3f65ffc26f67a2445ae42370348157f8b7c3f201e28d2de201249cd4b6a')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-quick3dphysics/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3dphysics/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-quick3dphysics/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-quick3dphysics
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('c16d5d45b61a1d429a0864ef0f8dacf3970620900b77ea7f8151f0042a67c9f5')
+sha256sums=('f902983b29a2508a4571ef8bf60c83aa106fe6b49c19c2256e21d31b03b624b7')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-quicktimeline/kde-unstable/PKGBUILD
===================================================================
--- qt6-quicktimeline/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-quicktimeline/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quicktimeline
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('fc22a9395eab06df658905ed2f9fe69489564f768be1c7dc055e84a9a90c3d91')
+sha256sums=('f43ff2cde58fb8d72db218f6903b42f1de6d34dcda19e8e7932e6757b1d4eb4d')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-remoteobjects/kde-unstable/PKGBUILD
===================================================================
--- qt6-remoteobjects/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-remoteobjects/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-remoteobjects
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('7c43d1868c0a5bb6831ed9fc4a89240a9751359fd4961b8579690f251f0abcbc')
+sha256sums=('4cc8e168319b24ba7ed07e2b7d060d70f957fda016d86df87ab2ae744041850d')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-scxml/kde-unstable/PKGBUILD
===================================================================
--- qt6-scxml/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-scxml/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-scxml
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('a22348a0ae2f4b2fd3c2164f08b974e2aad09a521c7ceb1ee348e55bd749b1bf')
+sha256sums=('5b50a1952665a89492386f0a852808893ad3c6ff6b23a911e8bb235ee9414661')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-sensors/kde-unstable/PKGBUILD
===================================================================
--- qt6-sensors/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-sensors/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-sensors
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5a431b2b1e78c1998b16b9d87562518ee13e80787fef751067f509a1336dd966')
+sha256sums=('ed6db615041bfdd7a7033dcf97ba04a2793cdb91b3932d472a919efb0a5ceb8c')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-serialbus/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialbus/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-serialbus/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-serialbus
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('6b8346ad1d221e2b2f4c8e16a6f1fbb4d33b034dec7bf1edbb254b0199b578dd')
+sha256sums=('c83ff40f6776d2bebcb8c8cc8c1605f066bc3851b153bbfe0aff49b3fcc271f1')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-serialport/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialport/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-serialport/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-serialport
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('6ec9d0a3ea71511a69aa4c9a99ab6bd1a01a5b0c74de1211bc89f9209a4091f6')
+sha256sums=('68bb2870bafa846a53b717b54da6dd2d6b77cad3a153f3b74de23932978dca3a')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-shadertools/kde-unstable/PKGBUILD
===================================================================
--- qt6-shadertools/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-shadertools/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-shadertools
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('6bcb0147db5e26271bd6e1e039cd8d37062db7b73fb22da8e1bf3d6f125de8c1')
+sha256sums=('85dc69d8ce436557b02543a0145f6f9606640101d68595aaaa6d327cc8b94022')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-speech/kde-unstable/PKGBUILD
===================================================================
--- qt6-speech/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-speech/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-speech
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Qt Speech support'
 depends=(qt6-base)
-makedepends=(cmake ninja qt6-declarative qt6-multimedia speech-dispatcher flite)
+makedepends=(cmake ninja qt6-declarative qt6-multimedia-gstreamer qt6-multimedia-ffmpeg speech-dispatcher flite)
 optdepends=('flite: flite TTS backend'
             'qt6-multimedia: flite TTS backend'
             'speech-dispatcher: speech-dispatcher TTS backend'
@@ -19,7 +19,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('ab7417adb62ac2c35432122ba12f24b000d57544836739419cde9a78085042ff')
+sha256sums=('04fe23190b8422e3df8db35a557a90f32d3394f4951c65989d156461f0581adb')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-svg/kde-unstable/PKGBUILD
===================================================================
--- qt6-svg/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-svg/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-svg
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('18bd4753086a3b10a66c4d1634df8548e342998bcc4539df45f0705f5b4e7a0d')
+sha256sums=('f51c977590b79040fb890a8c3e46f5ee685f773d772cfc448db541b51f4f81df')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-tools/kde-unstable/PKGBUILD
===================================================================
--- qt6-tools/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-tools/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-tools
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5742f3358e22afe7c51037e8d34613727f42ecfc376b3774209b65e3325e42b8')
+sha256sums=('9185f21a2caca01c28d4b82cb95092f4555b7e678839c663d06c18c1198a0992')
 
 prepare() {
 # Fix build with system litehtml

Modified: qt6-translations/kde-unstable/PKGBUILD
===================================================================
--- qt6-translations/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-translations/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-translations
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(any)
@@ -15,7 +15,7 @@
 groups=(qt6)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('646e6e50552c6d34cc197091dee6ed6b1f84d99fd6d89bd89e218d9dd1f1bdf5')
+sha256sums=('5f3ff989a96f73a366bd6939380d73d87cc88f32d85c017fe99616729d6384cf')
 
 build() {
   export PATH="/usr/lib/qt6/bin:$PATH"

Modified: qt6-virtualkeyboard/kde-unstable/PKGBUILD
===================================================================
--- qt6-virtualkeyboard/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-virtualkeyboard/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-virtualkeyboard
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('1925bccbb4aa11ebfb160881434d682757eb6adfb105321fa9a6f666892aceae')
+sha256sums=('144939600eeb3c0151987109e084b9db332480253d709880c1d5ea3dad683129')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt6-wayland/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-wayland/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-wayland
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('d59238f3b54b859e9077471d2a9dfde77549e801da53d6eedfedc186b4286e2f')
+sha256sums=('4f35a017e195fa76837ad545f686160b61a08817512a036346f2b4e30097f8a5')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-webchannel/kde-unstable/PKGBUILD
===================================================================
--- qt6-webchannel/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-webchannel/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-webchannel
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3f0e850562ac6b5c73c58638058ebdc1f1377645ce000657b08661fac25e8b15')
+sha256sums=('988c002511bba486f813a347b44fd8039af89ec12512d3cb45fc23b525bf058e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-webengine/kde-unstable/PKGBUILD
===================================================================
--- qt6-webengine/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-webengine/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-webengine
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -11,14 +11,23 @@
 pkgdesc='Provides support for web applications using the Chromium browser project'
 depends=(qt6-webchannel qt6-positioning libxcomposite libxrandr libxkbfile 
          snappy nss libxslt minizip ffmpeg re2 libvpx libxtst ttf-font) # pciutils
-makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire nodejs qt6-websockets libepoxy)
+makedepends=(cmake ninja python-html5lib gperf jsoncpp qt6-tools pipewire nodejs qt6-websockets libepoxy git)
 optdepends=('pipewire: WebRTC desktop sharing under Wayland')
 groups=(qt6)
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('c523b3ba69c456600157cdabaca70e3f5d55334dc1eb215201ec3515c9660fdb')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
+        find-gio.patch::https://code.qt.io/cgit/qt/qtwebengine.git/patch?id=4d83c829
+        fix-gio.patch::https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=7ed043a1)
+sha256sums=('32287f170b7ec08813b6d4c08a868276e1de28f04017bcb188a22774a1c7ce31'
+            '6153c13fa0ed512f9ae293c6c330d6bb91c339edaa3da204e14ed2544c6f95bb'
+            '3f9a1de57254702f60495dcb3c6bcd2089fb6a9787d355c7b74fd3aa4b6a8b9b')
 
+prepare() {
+  patch -d $_pkgfn -p1 < find-gio.patch # Fix build
+  patch -d $_pkgfn/src/3rdparty -p1 < fix-gio.patch
+}
+
 build() {
   cmake -B build -S $_pkgfn -G Ninja \
     -DCMAKE_MESSAGE_LOG_LEVEL=STATUS \

Modified: qt6-websockets/kde-unstable/PKGBUILD
===================================================================
--- qt6-websockets/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-websockets/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-websockets
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('59fbe7edb1cce5043c0c6639b3f855a376598faf3130601427904c05de77886c')
+sha256sums=('05182b0254710690343082b015fa13476a67050aeebbb0f8f05fc4091d422d85')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-webview/kde-unstable/PKGBUILD
===================================================================
--- qt6-webview/kde-unstable/PKGBUILD	2022-08-27 12:41:58 UTC (rev 454608)
+++ qt6-webview/kde-unstable/PKGBUILD	2022-08-27 13:33:34 UTC (rev 454609)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-webview
-_qtver=6.4.0-beta2
+_qtver=6.4.0-beta3
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('833e8284b4fcf4cac70092b4a6486aaf843c98ecfd3ec665296bbc82bc3ffa22')
+sha256sums=('534cd3797e1a09341159ab91e8874ca9623037be9eb672154b948d4f744a830a')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \



More information about the arch-commits mailing list