[arch-commits] Commit in (34 files)

Antonio Rojas arojas at gemini.archlinux.org
Tue Jul 12 20:38:42 UTC 2022


    Date: Tuesday, July 12, 2022 @ 20:38:41
  Author: arojas
Revision: 450987

Qt 6.4 beta 2

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      |   14 ++++----------
 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           |    6 +++---
 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       |    4 ++--
 qt6-websockets/kde-unstable/PKGBUILD      |    4 ++--
 qt6-webview/kde-unstable/PKGBUILD         |    4 ++--
 34 files changed, 71 insertions(+), 77 deletions(-)

Modified: qt6-3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-3d/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-3d/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-3d
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('e3fcac9206d8ff9ede5bee460342b9fa8f0663429aa64dbe7c4e05313687f2b0')
+sha256sums=('344eadb7502ec2072bc29bc85933158a9e159013c04a69c0f63512af9c7c4712')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-5compat/kde-unstable/PKGBUILD
===================================================================
--- qt6-5compat/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-5compat/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-5compat
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('60dc41cbc7b64aad05bdbee79385787910c124f52fcc74fb51e735fa74cf478b')
+sha256sums=('70b4391228e0f6cf817f9c7b9de9432b39bd9b91b7a978daeef298b1290b83ef')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-base/kde-unstable/PKGBUILD
===================================================================
--- qt6-base/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-base/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-base
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('a370c15a1ed4974e9578cf1bfc8797a1b946a5c661bbfe86fc9e5035614bcc70'
+sha256sums=('65d0434069158c93b4ebab5fe7a3a5d911cde120f7babe3f82d856081f6acd40'
             '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
             '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
 

Modified: qt6-charts/kde-unstable/PKGBUILD
===================================================================
--- qt6-charts/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-charts/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-charts
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('f31df2569f140af4758b60dde682259142c47a80795d22ce3fa4cd697ecfed08')
+sha256sums=('a05f6f2eac3aefbae0ec80deea65590b0a060fcf7a70b519609bc0966b4a7536')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-connectivity/kde-unstable/PKGBUILD
===================================================================
--- qt6-connectivity/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-connectivity/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-connectivity
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('d2f79787df4bdffa4ab2665a7397341b94c65e43b8f35b44c25daf17c581d885')
+sha256sums=('40b0af24ca6f5812e9f803a7ac896956e5b063649ee340d8fa07c1c4cd09f84e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-datavis3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-datavis3d/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-datavis3d/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-datavis3d
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('24d7e28b38a775eb3d911eed36eb2423b439288da16a94e27ed1ff494a428f75')
+sha256sums=('5e239c042c1e238c2f58f7405455b49aa438a577cc52c858358417c434a8abeb')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt6-declarative/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-declarative/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-declarative
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('b2fb757412aaace3f338f6caad500f65864398e1312921bd5172ec388ba3fccd')
+sha256sums=('61d044dec3f49428d984c9b1c22502066c5a0932f632be6def14bb704317383c')
 
 build() {
   export CXXFLAGS+=" -ffat-lto-objects"

Modified: qt6-doc/kde-unstable/PKGBUILD
===================================================================
--- qt6-doc/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-doc/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -4,7 +4,7 @@
 
 pkgbase=qt6-doc
 pkgname=(qt6-doc qt6-examples)
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('fa4d17ccdbdf9d69296a341cf1816962d83c045479a7223c7867295f61bb734f')
+sha256sums=('99c7fd0baf8962ee242fb19391d95fc2ba1d298ea18cb91d9fe1352e2d2003ec')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-httpserver/kde-unstable/PKGBUILD
===================================================================
--- qt6-httpserver/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-httpserver/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-httpserver
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('840e35f8dee5d60be48d006d25b20e441258f146754c9db39c26a765875d5217')
+sha256sums=('8aca7185902d75aa06b0fac193888b357a59b9b2fe34c02f90bc115029a7b2f6')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-imageformats/kde-unstable/PKGBUILD
===================================================================
--- qt6-imageformats/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-imageformats/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-imageformats
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('cd7cf8666779a06f017128c758d25da1d986710cb8213be6f1de4c546ba81bed')
+sha256sums=('b273c1b86ca12132db80d909ed58d1ddefb40c009d49bbc9ad409bca98016eb8')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-languageserver/kde-unstable/PKGBUILD
===================================================================
--- qt6-languageserver/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-languageserver/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-languageserver
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('a12d6b546a86a269ff018fbeac9673bb15c404d24b4adaf9d09112491a95989b')
+sha256sums=('a2ade1927c6be3d05116925b0fcf1d625a0d4169afddaa176e2952fff4b3c946')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-lottie/kde-unstable/PKGBUILD
===================================================================
--- qt6-lottie/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-lottie/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-lottie
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('e9d67239df7050f7346ea2cd79990385093bbfb6134561bd417fdfa82bef7889')
+sha256sums=('a0849a51ea7671fc9b5528288febefd371b8512fdd2f0b67a81eb4abb068f019')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-multimedia/kde-unstable/PKGBUILD
===================================================================
--- qt6-multimedia/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-multimedia/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,9 +3,9 @@
 
 pkgbase=qt6-multimedia
 pkgname=(qt6-multimedia qt6-multimedia-gstreamer qt6-multimedia-ffmpeg)
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 pkgver=${_qtver/-/}
-pkgrel=4
+pkgrel=1
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -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
-        fix-ffmpeg-plugin-name.patch::https://code.qt.io/cgit/qt/qtmultimedia.git/patch/?id=da0c3cb2)
-sha256sums=('54fda3e0bdecefb75058331ad55b8888787ef19c0442da67b3a4c15215533b32'
-            'ef7f32cd54d30008a1ef7ce4128918cb6e870c5680c3d0a8de491186debeb82b')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('2c6fcacd328292e725c513e002f1a4948fd2f62dc64acd58f3fb90d5c1eb5737')
 
-prepare() {
-  patch -d $_pkgfn -p1 < fix-ffmpeg-plugin-name.patch # Fix ffmpeg plugin name
-}
-
 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-07-12 20:09:39 UTC (rev 450986)
+++ qt6-networkauth/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-networkauth
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('74cfcca46389fa1e6d422800f2615d5f053db9047be6f4ac33ec5e107159fd8e')
+sha256sums=('02b4bae0e29ecebb79121bdb10092200eef796cfdd77ef6993a705100f63da4e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-positioning/kde-unstable/PKGBUILD
===================================================================
--- qt6-positioning/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-positioning/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-positioning
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('2b6ebe8176187d124b8025bfa107978823d79371e21997fe7fb5da8a3a754b9a')
+sha256sums=('390ecd0ef16b15860a08b575b49171f53ce4448e769ded93cd06915001879cff')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-quick3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3d/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-quick3d/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quick3d
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('5adb219e7e1e200ab8594c1ff7d23d510ee356bfd7cb65225af4117693043ab5')
+sha256sums=('0d80b310c5621b2f00523f6b931563a91dd807c79f22b1217df6655aa74773fd')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-quick3dphysics/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3dphysics/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-quick3dphysics/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-quick3dphysics
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('1575014340b705de198e5ed77f64a3f3a394b3d6ded1a2afb8a3b2e469e2c74a')
+sha256sums=('c16d5d45b61a1d429a0864ef0f8dacf3970620900b77ea7f8151f0042a67c9f5')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-quicktimeline/kde-unstable/PKGBUILD
===================================================================
--- qt6-quicktimeline/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-quicktimeline/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quicktimeline
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('a0fa5ac0162b718a3df59bcfe3f1cb402b55f076e57aa302c6513d1f7a4bc28d')
+sha256sums=('fc22a9395eab06df658905ed2f9fe69489564f768be1c7dc055e84a9a90c3d91')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-remoteobjects/kde-unstable/PKGBUILD
===================================================================
--- qt6-remoteobjects/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-remoteobjects/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-remoteobjects
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('8a1721d4c7f49c9b170a73b24712030820e492f3ae9e653270a3c9028556247e')
+sha256sums=('7c43d1868c0a5bb6831ed9fc4a89240a9751359fd4961b8579690f251f0abcbc')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-scxml/kde-unstable/PKGBUILD
===================================================================
--- qt6-scxml/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-scxml/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-scxml
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('066d7fcf64bb1f42e965727de220f0446c7452cba8d4275fb2a3836503619349')
+sha256sums=('a22348a0ae2f4b2fd3c2164f08b974e2aad09a521c7ceb1ee348e55bd749b1bf')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-sensors/kde-unstable/PKGBUILD
===================================================================
--- qt6-sensors/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-sensors/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-sensors
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('16ee70b6130f306a23fcc2884a12b5a02cef4ae48d133bcb3a79f752956ec698')
+sha256sums=('5a431b2b1e78c1998b16b9d87562518ee13e80787fef751067f509a1336dd966')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-serialbus/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialbus/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-serialbus/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-serialbus
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('35d848c326001339a49c3f2b7b37b328daa30aa4a6fb867c64a42280fb124fa7')
+sha256sums=('6b8346ad1d221e2b2f4c8e16a6f1fbb4d33b034dec7bf1edbb254b0199b578dd')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-serialport/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialport/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-serialport/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-serialport
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('a9422da8bc3948aeab9195633130f694480c704c406c69b42be331ab97725574')
+sha256sums=('6ec9d0a3ea71511a69aa4c9a99ab6bd1a01a5b0c74de1211bc89f9209a4091f6')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-shadertools/kde-unstable/PKGBUILD
===================================================================
--- qt6-shadertools/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-shadertools/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-shadertools
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('a196e2ebf8491d5606eac91065df539309e6f4deb1d5cbd1cf6ad3acfe83a0fd')
+sha256sums=('6bcb0147db5e26271bd6e1e039cd8d37062db7b73fb22da8e1bf3d6f125de8c1')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-speech/kde-unstable/PKGBUILD
===================================================================
--- qt6-speech/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-speech/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-speech
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('0556a40ab7fb3c489272332ac90d0e5cee557d27831a5f65b442e6dd038a6af5')
+sha256sums=('ab7417adb62ac2c35432122ba12f24b000d57544836739419cde9a78085042ff')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-svg/kde-unstable/PKGBUILD
===================================================================
--- qt6-svg/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-svg/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-svg
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('3c2f7792c5cab5dcebb234bc2c1226a7f3216de737ec5ad01ced9f6fc2b6c1d3')
+sha256sums=('18bd4753086a3b10a66c4d1634df8548e342998bcc4539df45f0705f5b4e7a0d')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-tools/kde-unstable/PKGBUILD
===================================================================
--- qt6-tools/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-tools/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,9 +3,9 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-tools
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('40f123ebac94cfd9efb290d8e1c1cd1b748376f1a37888c5ac321791079ada3d')
+sha256sums=('5742f3358e22afe7c51037e8d34613727f42ecfc376b3774209b65e3325e42b8')
 
 prepare() {
 # Fix build with system litehtml

Modified: qt6-translations/kde-unstable/PKGBUILD
===================================================================
--- qt6-translations/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-translations/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-translations
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('feaace866e0b55518214d9410efdcf9078aed66bc6167c209ceed1e641cb4495')
+sha256sums=('646e6e50552c6d34cc197091dee6ed6b1f84d99fd6d89bd89e218d9dd1f1bdf5')
 
 build() {
   export PATH="/usr/lib/qt6/bin:$PATH"

Modified: qt6-virtualkeyboard/kde-unstable/PKGBUILD
===================================================================
--- qt6-virtualkeyboard/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-virtualkeyboard/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-virtualkeyboard
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('2d36798de35b276b35dad20d82eba9bc1f801e98ea62830ed2761e0f14494f8c')
+sha256sums=('1925bccbb4aa11ebfb160881434d682757eb6adfb105321fa9a6f666892aceae')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt6-wayland/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-wayland/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-wayland
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('35f01fe21694098b323df1882a17679bf1ddc736dd5d2043c3a7c503217d1df3')
+sha256sums=('d59238f3b54b859e9077471d2a9dfde77549e801da53d6eedfedc186b4286e2f')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-webchannel/kde-unstable/PKGBUILD
===================================================================
--- qt6-webchannel/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-webchannel/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-webchannel
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('939d7f8a281f58c0752635e23e9e91d189a3296ad3cb4feef1168ffca3b574c1')
+sha256sums=('3f0e850562ac6b5c73c58638058ebdc1f1377645ce000657b08661fac25e8b15')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-webengine/kde-unstable/PKGBUILD
===================================================================
--- qt6-webengine/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-webengine/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-webengine
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('a4339effddeac4b45649e74c8cd3d950eeedea73dc8815abee3039a120df619c')
+sha256sums=('c523b3ba69c456600157cdabaca70e3f5d55334dc1eb215201ec3515c9660fdb')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-websockets/kde-unstable/PKGBUILD
===================================================================
--- qt6-websockets/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-websockets/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-websockets
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('d19d3cf4ee1596f6a566fcd66d7c9ce5fea80453567c2aa4a20c1f6f73b0fba4')
+sha256sums=('59fbe7edb1cce5043c0c6639b3f855a376598faf3130601427904c05de77886c')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-webview/kde-unstable/PKGBUILD
===================================================================
--- qt6-webview/kde-unstable/PKGBUILD	2022-07-12 20:09:39 UTC (rev 450986)
+++ qt6-webview/kde-unstable/PKGBUILD	2022-07-12 20:38:41 UTC (rev 450987)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-webview
-_qtver=6.4.0-beta1
+_qtver=6.4.0-beta2
 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=('1e722a685202387d8980ca3bc1515b6aacc5e7a6c999bd5bf137c6d6942cf4b8')
+sha256sums=('833e8284b4fcf4cac70092b4a6486aaf843c98ecfd3ec665296bbc82bc3ffa22')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \



More information about the arch-commits mailing list