summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-06-14 10:52:14 +0200
committerMartchus2023-06-14 10:52:14 +0200
commite92db74086d2be674ec302a55a6c5a6e921ce48a (patch)
tree84cb36addb4f8381a0b4b530d641b25e9afdf016
parent1b51dc426f1e9a6f5313c75378bae6499445816a (diff)
downloadaur-e92db74086d2be674ec302a55a6c5a6e921ce48a.tar.gz
Update to 5.15.10
-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 9c9269f4049b..a07434fbbe8d 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.9
+ pkgver = 5.15.10
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=64beacdd2d0f6fe0796bd291c9ab33f206a333c3
+ source = git+https://invent.kde.org/qt/qt/qtwebglplugin#commit=13202e8a8c0c6d39026344b5a19a0148592160bc
source = 0001-Hardcode-linker-flags-for-platform-plugin.patch
sha256sums = SKIP
sha256sums = c855d5b15171ed0f8d730898a62621462a71dbdb0b296d1e0ba2d3cfa87a8bcb
diff --git a/PKGBUILD b/PKGBUILD
index e3fa3f9ec5a9..0090198a716d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,14 @@
_qt_module=qtwebglplugin
pkgname=mingw-w64-qt5-webglplugin
-pkgver=5.15.9
+pkgver=5.15.10
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=64beacdd2d0f6fe0796bd291c9ab33f206a333c3
+_commit=13202e8a8c0c6d39026344b5a19a0148592160bc
_basever=$pkgver
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 8e238b5bcef9..d52a61a0b5b6 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.9
+pkgver=5.15.10
pkgrel=1
arch=('any')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"