diff --git a/extra/qt6-base/PKGBUILD b/extra/qt6-base/PKGBUILD index 7d71e09f5..4f4b456b6 100644 --- a/extra/qt6-base/PKGBUILD +++ b/extra/qt6-base/PKGBUILD @@ -7,9 +7,9 @@ # - disable ibase for now, FTBFS pkgname=qt6-base -_qtver=6.2.2 +_qtver=6.2.3 pkgver=${_qtver/-/} -pkgrel=5 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -31,17 +31,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 - qtbug-97908.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/?id=9b7f7115) -sha256sums=('85ab9180180c2eaf84cd11ae4c6d5a6a69f2f8fd7260aaccfd91a3e7e7232c1a' + qt6-base-nostrip.patch) +sha256sums=('34d6d0072e197241463c417ad72610c3d44e2efd6062868e9a95283103d75df4' '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78' - '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094' - '06590303498a10950408d26f027928ec12019fe631237d1862c2d720f1d331bb') + '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 < qtbug-97908.patch # Fix scrolling with PgUp/PgDown keys } build() {