Date: Friday, September 16, 2022 @ 14:59:48
  Author: arojas
Revision: 456266

Qt 6.4 RC

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          |    4 ++--
 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       |   10 +++++-----
 qt6-websockets/kde-unstable/PKGBUILD      |    4 ++--
 qt6-webview/kde-unstable/PKGBUILD         |    4 ++--
 34 files changed, 72 insertions(+), 78 deletions(-)

Modified: qt6-3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-3d/kde-unstable/PKGBUILD        2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-3d/kde-unstable/PKGBUILD        2022-09-16 14:59:48 UTC (rev 456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-3d
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('16b35d244b16038a84f7fb3316bfa975a9646994dacc72d29a26b2271d9faed5')
+sha256sums=('8a1195fc158c533bf5a4d634fad09862ae850baa139616b5a9534e227a4d0607')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-5compat/kde-unstable/PKGBUILD
===================================================================
--- qt6-5compat/kde-unstable/PKGBUILD   2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-5compat/kde-unstable/PKGBUILD   2022-09-16 14:59:48 UTC (rev 456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-5compat
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('1e20400d579823e278cae7b301cd1089b8f132095efdcd2a5709fd0c5e72b997')
+sha256sums=('af5e216a075cefd6a248ad8b7f7317cb4de785be0c1ef15a8412db9a61aa94d1')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-base/kde-unstable/PKGBUILD
===================================================================
--- qt6-base/kde-unstable/PKGBUILD      2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-base/kde-unstable/PKGBUILD      2022-09-16 14:59:48 UTC (rev 456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-base
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('3c04ad125f1040f47be2bb0d9c0fef716f79b45821a6a59b29836886074f99d0'
+sha256sums=('e83edbee532d71488f1647fcadc24007ef8652c8072805b47c9892728e5b355c'
             '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
             '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
 

Modified: qt6-charts/kde-unstable/PKGBUILD
===================================================================
--- qt6-charts/kde-unstable/PKGBUILD    2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-charts/kde-unstable/PKGBUILD    2022-09-16 14:59:48 UTC (rev 456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-charts
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('342b0d765d080ef6f27366b30bc66c6e3a3529928ad1cf2f93c0d543261d2ed9')
+sha256sums=('faf23c9a4e20d31527d8d7eda9665d7e7aea278350bf0f1840250a12a9f5ec93')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-connectivity/kde-unstable/PKGBUILD
===================================================================
--- qt6-connectivity/kde-unstable/PKGBUILD      2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-connectivity/kde-unstable/PKGBUILD      2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-connectivity
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('197e88fdacbb56ac66a4453424a9b5610817b09a4b8e95ced805eee0a7edacca')
+sha256sums=('2fa1800188852a3be6a8fa0e83e23e6631e74b13cb33b26b94da416563efca01')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-datavis3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-datavis3d/kde-unstable/PKGBUILD 2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-datavis3d/kde-unstable/PKGBUILD 2022-09-16 14:59:48 UTC (rev 456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-datavis3d
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('5331df71f2c76ebab1d09f23854de19b15c9e3ae69173acfa71903672d44197c')
+sha256sums=('fa377987655ecff1c14d5d6f651bf812368fbfba0f7f8b6bd448157ea9657fe7')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt6-declarative/kde-unstable/PKGBUILD       2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-declarative/kde-unstable/PKGBUILD       2022-09-16 14:59:48 UTC (rev 
456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-declarative
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('d006bb8b6d646579e4106b2fc70658a79d5d35e40b309f2a8304133abd5b5e79')
+sha256sums=('68691176dd9d154fc89a948e088f196fd16ee613b9c031ee3fd02baf3033759e')
 
 build() {
   export CXXFLAGS+=" -ffat-lto-objects"

Modified: qt6-doc/kde-unstable/PKGBUILD
===================================================================
--- qt6-doc/kde-unstable/PKGBUILD       2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-doc/kde-unstable/PKGBUILD       2022-09-16 14:59:48 UTC (rev 456266)
@@ -4,7 +4,7 @@
 
 pkgbase=qt6-doc
 pkgname=(qt6-doc qt6-examples)
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('a95b14069dc245900988ada9dcac2214082564bb423a99b1cb80685c0c0f74c1')
+sha256sums=('d13a6b0b5d9502abfcdd82ff038f5bd21ab0855e58be2571d0f9103308f7d235')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-httpserver/kde-unstable/PKGBUILD
===================================================================
--- qt6-httpserver/kde-unstable/PKGBUILD        2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-httpserver/kde-unstable/PKGBUILD        2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-httpserver
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('7c1e3f75d2ed6d73738c3ce99423f89a157d2fade2810acbb4eb131439952fc4')
+sha256sums=('0bcff51a12a4c8a88c1ab9b2fd8e37d90b672ef407e39a509e2f5b8bc7c0e68b')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-imageformats/kde-unstable/PKGBUILD
===================================================================
--- qt6-imageformats/kde-unstable/PKGBUILD      2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-imageformats/kde-unstable/PKGBUILD      2022-09-16 14:59:48 UTC (rev 
456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-imageformats
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('e1f62af8e4db79b79e1067a83ed354a0cb2d87af501a312710c6b8fe1bc2ffb9')
+sha256sums=('2b638d7da011376093b864ac47c8adcbcd870d964500291779a783c6cee8632e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-languageserver/kde-unstable/PKGBUILD
===================================================================
--- qt6-languageserver/kde-unstable/PKGBUILD    2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-languageserver/kde-unstable/PKGBUILD    2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-languageserver
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('594f0fa39eb94041966b620d05a807fc5c7ae6d7a15dd87e33d81a42335655c0')
+sha256sums=('ff76e73567e4252dfdc90d8bd3f39e86c79f18b06ffd569e288d058187dd894d')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-lottie/kde-unstable/PKGBUILD
===================================================================
--- qt6-lottie/kde-unstable/PKGBUILD    2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-lottie/kde-unstable/PKGBUILD    2022-09-16 14:59:48 UTC (rev 456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-lottie
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('248253faa96f8adaa62904b41bf139bd7e6edaaa3796809346edaa4bdb493b1c')
+sha256sums=('8f1b7362f2d97d326f5ecc65de262e1dad878c4e5f9a4952d91f8f2614c52d23')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-multimedia/kde-unstable/PKGBUILD
===================================================================
--- qt6-multimedia/kde-unstable/PKGBUILD        2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-multimedia/kde-unstable/PKGBUILD        2022-09-16 14:59:48 UTC (rev 
456266)
@@ -3,7 +3,7 @@
 
 pkgbase=qt6-multimedia
 pkgname=(qt6-multimedia qt6-multimedia-gstreamer qt6-multimedia-ffmpeg)
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -14,15 +14,9 @@
 groups=(qt6)
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-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=('97e9cb6be0dded1554842d8e802045f51daa326c202a308b3d10215d656f01d7'
-            '20d7e0bc6a59c2f6bfccd980c9b5b713e864b744bea54f231c0057d4c06f2d4d')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('535dde6a16a2741fbeca2dd90fd91958b246d41dcc480fcfd30c84133e66a433')
 
-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-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-networkauth/kde-unstable/PKGBUILD       2022-09-16 14:59:48 UTC (rev 
456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-networkauth
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('262add1e0dfa569db72fbb2a5d6d9370b3edcb041453f6e02abb02bc1e026598')
+sha256sums=('109970a52a9ded630f85ae98a3ea7dbb6e1659032d6f616bae2d983306331af3')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-positioning/kde-unstable/PKGBUILD
===================================================================
--- qt6-positioning/kde-unstable/PKGBUILD       2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-positioning/kde-unstable/PKGBUILD       2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-positioning
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('44727b2d9c04f7933636a58e9bba7783a1ebb5a75aacbcde131ee88ac8557e7d')
+sha256sums=('02f9eeff3bc380df975fc875aa5ef3853f43e3b720db6b8a063bf022a3c96d4d')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-quick3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3d/kde-unstable/PKGBUILD   2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-quick3d/kde-unstable/PKGBUILD   2022-09-16 14:59:48 UTC (rev 456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-quick3d
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('e1aeb591cd42fc816d90a37edf66be39e8148aaa6c42e358b0b8548554d974f7')
+sha256sums=('498bb2a64343bf00a7e3c7e79885942acbe2ed6940c565fdfed2abfc6e05ccfb')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-quick3dphysics/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3dphysics/kde-unstable/PKGBUILD    2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-quick3dphysics/kde-unstable/PKGBUILD    2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-quick3dphysics
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('5c83d1fbe122517eac3a7deecb87061796efdb1029c0a6e85dabb27966f11693')
+sha256sums=('bc55311a9aa142218928e8472c9535800993d64afde1ddab7b98099448489642')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-quicktimeline/kde-unstable/PKGBUILD
===================================================================
--- qt6-quicktimeline/kde-unstable/PKGBUILD     2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-quicktimeline/kde-unstable/PKGBUILD     2022-09-16 14:59:48 UTC (rev 
456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-quicktimeline
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('9f8c08c6785414e5d190f11b68caaaa23fb619daf139caf3f2a55f90724438b1')
+sha256sums=('173c92aedf5e4ecfffe456296e7c1d157f5a8fda744b2a7dcb69e88b35d28ce2')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-remoteobjects/kde-unstable/PKGBUILD
===================================================================
--- qt6-remoteobjects/kde-unstable/PKGBUILD     2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-remoteobjects/kde-unstable/PKGBUILD     2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-remoteobjects
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('2e111c2eeafede77f208bd45384c44f274a56fa9c923f5fa596148beb6e23ff7')
+sha256sums=('f002dfd76b42d32fa6236327087bbc217aea16b1336e6d8a8d61ab0dc3a5d41f')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-scxml/kde-unstable/PKGBUILD
===================================================================
--- qt6-scxml/kde-unstable/PKGBUILD     2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-scxml/kde-unstable/PKGBUILD     2022-09-16 14:59:48 UTC (rev 456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-scxml
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('74bfd323077d76d0a84e5a93bcb15a7b2b48755a3f18e809fc914a556a07e11a')
+sha256sums=('d1e98bdf5de594a0840b7170bd4a204b6ce7167408b89c5b1c4d2f704ff7db95')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-sensors/kde-unstable/PKGBUILD
===================================================================
--- qt6-sensors/kde-unstable/PKGBUILD   2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-sensors/kde-unstable/PKGBUILD   2022-09-16 14:59:48 UTC (rev 456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-sensors
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('4057372091de1f4f883d8c26ceeecc7d06f7c84022cf7b465cb17a443b339a23')
+sha256sums=('634e84df014ce7155e8a770081e3220cef81bfe58fa313688a3931306e3c7dc8')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-serialbus/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialbus/kde-unstable/PKGBUILD 2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-serialbus/kde-unstable/PKGBUILD 2022-09-16 14:59:48 UTC (rev 456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-serialbus
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('b561050ea05cde0111fba1960f88aad7f53d3e8256d7cc4f07e63dba0dd1579a')
+sha256sums=('d3e05c2370ab1bedea0778595562d925dcfaee1a794f3f6deb2745d77969f183')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-serialport/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialport/kde-unstable/PKGBUILD        2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-serialport/kde-unstable/PKGBUILD        2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-serialport
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('20de5a937b2eb1365f18e971224da44ee58b70d487aa516d91ee193fbd0dd458')
+sha256sums=('ec835a938c9015db576ac2c5fcc79c1d885572e298a2c731775823dc2bbd947e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-shadertools/kde-unstable/PKGBUILD
===================================================================
--- qt6-shadertools/kde-unstable/PKGBUILD       2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-shadertools/kde-unstable/PKGBUILD       2022-09-16 14:59:48 UTC (rev 
456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-shadertools
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('ffb205c4b457b5fdec11236a6c8a9d3566d0f9a5e0c6a4dc53d535741f7cbb87')
+sha256sums=('c1c301c6e23508632eac27f270f1936f98375e5417cee3b66a465006c114311f')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-speech/kde-unstable/PKGBUILD
===================================================================
--- qt6-speech/kde-unstable/PKGBUILD    2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-speech/kde-unstable/PKGBUILD    2022-09-16 14:59:48 UTC (rev 456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-speech
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('6dd25a7addf34da403100c8513136b7f797227b267491451e79437659385d365')
+sha256sums=('6c8d1031757d660d3c308f360156365d61a472b3649641b67d24d311c39f9208')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-svg/kde-unstable/PKGBUILD
===================================================================
--- qt6-svg/kde-unstable/PKGBUILD       2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-svg/kde-unstable/PKGBUILD       2022-09-16 14:59:48 UTC (rev 456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-svg
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('fda0a10dabb1a50716055e156920235c430f2abd421c0c3f663a6f2da0d6a3d0')
+sha256sums=('550deaa77bc2a6fc68cec8bb1751833390f8af1e7679c3b0a80d85b6505cbe5d')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-tools/kde-unstable/PKGBUILD
===================================================================
--- qt6-tools/kde-unstable/PKGBUILD     2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-tools/kde-unstable/PKGBUILD     2022-09-16 14:59:48 UTC (rev 456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-tools
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('86d954659511ae27636adbf94c279d0856c30f5ac0ef9a3fc2810a76070cf90d')
+sha256sums=('6924f0e3570be8536d98937a76fd81d62ad9d09d7bb5100f7f16459c617b108c')
 
 prepare() {
 # Fix build with system litehtml

Modified: qt6-translations/kde-unstable/PKGBUILD
===================================================================
--- qt6-translations/kde-unstable/PKGBUILD      2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-translations/kde-unstable/PKGBUILD      2022-09-16 14:59:48 UTC (rev 
456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-translations
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('7d9916840ffdc3a68a056c10803c036cb2fed3bb5d0aa865534ba6f937f7855d')
+sha256sums=('478301f2b57a42df2544da24fa9f5a6a0bdabd2ecc1e96804d01cb284a33ab78')
 
 build() {
   export PATH="/usr/lib/qt6/bin:$PATH"

Modified: qt6-virtualkeyboard/kde-unstable/PKGBUILD
===================================================================
--- qt6-virtualkeyboard/kde-unstable/PKGBUILD   2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-virtualkeyboard/kde-unstable/PKGBUILD   2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-virtualkeyboard
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('b79a4cf8528799a25caf143fb814b3cbb2c46dceb9d8186c4e2e557c156b8774')
+sha256sums=('c9bfa88763eae03fe50e6cdd6cdbd5f39cf0752809c78d8a679767b25a1a4844')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt6-wayland/kde-unstable/PKGBUILD   2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-wayland/kde-unstable/PKGBUILD   2022-09-16 14:59:48 UTC (rev 456266)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <[email protected]>
 
 pkgname=qt6-wayland
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('0fdacc48704fa075afb3fa29cde38604dc23cfa9524a35a460c789fedb49dd07')
+sha256sums=('f9d91a587d38952a15e672a73180a6331c9e243b083ac959ff29222b8768dff3')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-webchannel/kde-unstable/PKGBUILD
===================================================================
--- qt6-webchannel/kde-unstable/PKGBUILD        2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-webchannel/kde-unstable/PKGBUILD        2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-webchannel
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('97bd80a0954917e86cafac514c6f9a9c0d36966f16fbb5171b69b9a4a7dce7e2')
+sha256sums=('9f7f58597e63748eb73e4e65f6fe6caa9e7577dd5195d4e0041cb2faeea19401')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-webengine/kde-unstable/PKGBUILD
===================================================================
--- qt6-webengine/kde-unstable/PKGBUILD 2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-webengine/kde-unstable/PKGBUILD 2022-09-16 14:59:48 UTC (rev 456266)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-webengine
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -17,7 +17,7 @@
 #options=(debug) - hangs on stripping
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('d2910a118e02c8cdfbf6081d2dcbd3212443f3bc7768860f30e5f50e9a58f453')
+sha256sums=('a648191919cf9edf4c7d48ac706916ed568d4d3219ef1a79ba0ed448fa2ff15d')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \
@@ -28,8 +28,8 @@
     -DQT_FEATURE_webengine_system_libevent=ON \
     -DQT_FEATURE_webengine_proprietary_codecs=ON \
     -DQT_FEATURE_webengine_kerberos=ON \
-    -DQT_FEATURE_webengine_webrtc_pipewire=ON \
-    -DQT_FEATURE_webengine_full_debug_info=ON
+    -DQT_FEATURE_webengine_webrtc_pipewire=ON
+#    -DQT_FEATURE_webengine_full_debug_info=ON
   cmake --build build
 }
 

Modified: qt6-websockets/kde-unstable/PKGBUILD
===================================================================
--- qt6-websockets/kde-unstable/PKGBUILD        2022-09-16 13:59:30 UTC (rev 
456265)
+++ qt6-websockets/kde-unstable/PKGBUILD        2022-09-16 14:59:48 UTC (rev 
456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-websockets
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('6a0ced5bd6e6c55b5334021e708ba58d7fb454c8d98032c92281ec4166533b0e')
+sha256sums=('aa25a16a8bd8bc4e32dd870d1395826accef5ff83582a015eca253685eaba349')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-webview/kde-unstable/PKGBUILD
===================================================================
--- qt6-webview/kde-unstable/PKGBUILD   2022-09-16 13:59:30 UTC (rev 456265)
+++ qt6-webview/kde-unstable/PKGBUILD   2022-09-16 14:59:48 UTC (rev 456266)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=qt6-webview
-_qtver=6.4.0-beta4
+_qtver=6.4.0-rc
 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=('8cb9eb5e27c9b0d8d5fdfb9fa7dec47735f8cff11fa31eebb1c0738c01bc7635')
+sha256sums=('5083e60990118a66601aaf6d11eeacb883a16d4b59e6bc7bc4d264614047b956')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Reply via email to