Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mingw-w64-qt6-static/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=qt6
pkgbase=mingw-w64-${_realname}-static
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-static")
_qtver=6.11.0
_qtver=6.11.1
pkgver=${_qtver/-/}
pkgrel=3
pkgrel=1
pkgdesc="A cross-platform application and UI framework (mingw-w64)"
arch=(any)
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand Down Expand Up @@ -62,7 +62,7 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/sing
015-qt6-windeployqt-fixes.patch
016-fix-build-with-llvm-22.patch
143e64370488cc4786a3cbcfe481fdaf240b9626.patch)
sha256sums=('acf3b3db04c9e5d0820e8324b097320388954c297cee83d2bd698789234f68a4'
sha256sums=('252acef8c5ae68074d91cadba2ee4a83465051bbb970dd26e8f0daa0f3904e03'
'26f3bcc3729520a5ba648a9ce92a9293c8fb1cf16d81af612587ce10d501dcb6'
'817ce7a15eafb945da5f03706cd7196198c9a903c0372cb7023d1e27634355a4'
'af3f4c6491942ee6a7681eecef2d999897e38fcef7a5edcf3774589f137dac73'
Expand Down
Loading