aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-11-07 22:33:35 +0100
committerMartchus2022-11-07 22:33:35 +0100
commit1219b24e98c1ffedf38612f3c792f006431d3d85 (patch)
tree0e975c5aaa4a7c75e8331b9f74524244928d8a45
parent2c2b486c4297c92ec98e3fbba6021dcda1b6cd50 (diff)
downloadaur-1219b24e98c1ffedf38612f3c792f006431d3d85.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 772bf6789188..b4327e544905 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-base
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 = i686
@@ -33,7 +33,7 @@ pkgbase = mingw-w64-qt5-base
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 f5add5e10059..254e78b95ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,10 +17,10 @@
_qt_module=qtbase
pkgname=mingw-w64-qt5-base
-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=('i686' 'x86_64')
url='https://www.qt.io/'