diff --git a/extra/qt6-base/.SRCINFO b/extra/qt6-base/.SRCINFO index 9693818e1..e1e98a84e 100644 --- a/extra/qt6-base/.SRCINFO +++ b/extra/qt6-base/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = qt6-base pkgdesc = A cross-platform application and UI framework - pkgver = 6.6.0 - pkgrel = 3 + pkgver = 6.6.1 + pkgrel = 1 url = https://www.qt.io arch = x86_64 groups = qt6 @@ -75,16 +75,12 @@ pkgbase = qt6-base optdepends = postgresql-libs: PostgreSQL driver optdepends = qt6-wayland: to run Qt6 applications in a Wayland session optdepends = unixodbc: ODBC driver - source = https://download.qt.io/official_releases/qt/6.6/6.6.0/submodules/qtbase-everywhere-src-6.6.0.tar.xz + source = https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtbase-everywhere-src-6.6.1.tar.xz source = qt6-base-cflags.patch source = qt6-base-nostrip.patch - source = libxkbcommon-1.6.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/?id=8af35d27 - source = qt6-base-fix-a11y.patch::https://code.qt.io/cgit/qt/qtbase.git/patch?id=197e5915 - sha256sums = 039d53312acb5897a9054bd38c9ccbdab72500b71fdccdb3f4f0844b0dd39e0e + sha256sums = 450c5b4677b2fe40ed07954d7f0f40690068e80a94c9df86c2c905ccd59d02f7 sha256sums = 5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78 sha256sums = 4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094 - sha256sums = f3e81eca8e41b93889943a20da94d683fb5b706cb0f9dc8b851d653df3a1bbf6 - sha256sums = 40fda77b524f2f46a7081f68f68650edff1b02220756363fc5222b1349de9e9b pkgname = qt6-base depends = brotli diff --git a/extra/qt6-base/PKGBUILD b/extra/qt6-base/PKGBUILD index f192fd984..ffa88996f 100644 --- a/extra/qt6-base/PKGBUILD +++ b/extra/qt6-base/PKGBUILD @@ -7,9 +7,9 @@ # - removed -DFEATURE_no_direct_extern_access=ON pkgname=qt6-base -_qtver=6.6.0 +_qtver=6.6.1 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -84,20 +84,14 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz qt6-base-cflags.patch - qt6-base-nostrip.patch - libxkbcommon-1.6.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/?id=8af35d27 - qt6-base-fix-a11y.patch::https://code.qt.io/cgit/qt/qtbase.git/patch?id=197e5915) -sha256sums=('039d53312acb5897a9054bd38c9ccbdab72500b71fdccdb3f4f0844b0dd39e0e' + qt6-base-nostrip.patch) +sha256sums=('450c5b4677b2fe40ed07954d7f0f40690068e80a94c9df86c2c905ccd59d02f7' '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78' - '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094' - 'f3e81eca8e41b93889943a20da94d683fb5b706cb0f9dc8b851d653df3a1bbf6' - '40fda77b524f2f46a7081f68f68650edff1b02220756363fc5222b1349de9e9b') + '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094') prepare() { patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with qmake - patch -d $_pkgfn -p1 < libxkbcommon-1.6.patch # Fix build with libxkbcommon 1.6 - patch -d $_pkgfn -p1 < qt6-base-fix-a11y.patch # Fix accessibility on Wayland } build() {