aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-11-07 22:33:43 +0100
committerMartchus2022-11-07 22:33:43 +0100
commit14d9b8429ef3c8ca7ad29b8bcad29292285a4ef2 (patch)
treeba312c4f0a7ef1f5e3b24eb07fd760a9ae5defee
parent8c4f0f47cef568a1517d2e273654182a18c7dec8 (diff)
downloadaur-14d9b8429ef3c8ca7ad29b8bcad29292285a4ef2.tar.gz
Update patch version, rebuild against OpenSSL 3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52d559ce7656..7139c5e1a781 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-base-static
pkgdesc = A cross-platform application and UI framework, native OpenGL backend (mingw-w64)
- pkgver = 5.15.7+kde+r167
+ pkgver = 5.15.7+kde+r168
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -33,7 +33,7 @@ pkgbase = mingw-w64-qt5-base-static
options = !buildflags
options = staticlibs
options = !emptydirs
- source = git+https://invent.kde.org/qt/qt/qtbase#commit=98c727f273fc83c24550274bd2728e1aafbd213a
+ source = git+https://invent.kde.org/qt/qt/qtbase#commit=08be11284246455bce4455138ebe396d2d8732a1
source = 0001-Adjust-win32-g-profile-for-cross-compilation-with-mi.patch
source = 0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch
source = 0003-Fix-too-many-sections-assemler-error-in-OpenGL-facto.patch
diff --git a/PKGBUILD b/PKGBUILD
index 86f52b90d1a2..ff8b0a09679d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,10 +17,10 @@
_qt_module=qtbase
pkgname=mingw-w64-qt5-base-static
-pkgver=5.15.7+kde+r167
+pkgver=5.15.7+kde+r168
pkgrel=1
_basever=${pkgver%%+*}
-_commit=98c727f273fc83c24550274bd2728e1aafbd213a
+_commit=08be11284246455bce4455138ebe396d2d8732a1
pkgdesc='A cross-platform application and UI framework, native OpenGL backend (mingw-w64)'
arch=('any')
url='https://www.qt.io/'