summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-01-09 17:39:15 +0100
committerMartchus2024-01-09 17:39:15 +0100
commitc45d08e52210e36a4c18728034bf23766d10b1f2 (patch)
tree6aa1ace9574e13dce1b9d6e4b76a6106645143ec
parent58c042ca0fe2fbf50e97cc8fdccd18de46186cde (diff)
downloadaur-c45d08e52210e36a4c18728034bf23766d10b1f2.tar.gz
Update to 5.15.12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.sh.ep2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a64810e4d8a..e5ae9edb00b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-webglplugin
pkgdesc = QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)
- pkgver = 5.15.11
+ pkgver = 5.15.12
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-webglplugin
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtwebglplugin#commit=ddcff45e8f2ca9f229017b3ded62327d2fb50af2
+ source = git+https://invent.kde.org/qt/qt/qtwebglplugin#commit=8f879e6bcf941a612c568fbfe2b49ddb1bb409cd
source = 0001-Hardcode-linker-flags-for-platform-plugin.patch
sha256sums = SKIP
sha256sums = c855d5b15171ed0f8d730898a62621462a71dbdb0b296d1e0ba2d3cfa87a8bcb
diff --git a/PKGBUILD b/PKGBUILD
index b22894e4f205..6cbbb41e9b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,14 @@
_qt_module=qtwebglplugin
pkgname=mingw-w64-qt5-webglplugin
-pkgver=5.15.11
+pkgver=5.15.12
pkgrel=1
arch=('any')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"
depends=('mingw-w64-qt5-declarative' 'mingw-w64-qt5-websockets')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=ddcff45e8f2ca9f229017b3ded62327d2fb50af2
+_commit=8f879e6bcf941a612c568fbfe2b49ddb1bb409cd
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index b023e0fd1851..c63c57acfde8 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.11
+pkgver=5.15.12
pkgrel=1
arch=('any')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"