summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-09-10 20:54:34 +0200
committerMartchus2022-09-10 20:54:34 +0200
commit88f18a5246f6c3a53423c8cc0b24528ec186a189 (patch)
tree91dfda27bc5d30d0f372ae66b47c86ed72d8de6e
parent3020514c0025959d60b77478edcce20254c9a90c (diff)
downloadaur-88f18a5246f6c3a53423c8cc0b24528ec186a189.tar.gz
Rebase against Qt 5.15.6
-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 75dbd28487e3..c50d25f8d93c 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.4+kde+r0
+ pkgver = 5.15.6+kde+r0
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=df60c61e640dc4fb6be0d9565a4ab08aee054f93
+ source = git+https://invent.kde.org/qt/qt/qtwebglplugin#commit=68a322c391c2eb92876fce42b9fc23ad2f3a1ecb
source = 0001-Hardcode-linker-flags-for-platform-plugin.patch
sha256sums = SKIP
sha256sums = c855d5b15171ed0f8d730898a62621462a71dbdb0b296d1e0ba2d3cfa87a8bcb
diff --git a/PKGBUILD b/PKGBUILD
index 2768c71423da..0d61f56970a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,14 @@
_qt_module=qtwebglplugin
pkgname=mingw-w64-qt5-webglplugin
-pkgver=5.15.4
+pkgver=5.15.6
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=df60c61e640dc4fb6be0d9565a4ab08aee054f93
+_commit=68a322c391c2eb92876fce42b9fc23ad2f3a1ecb
_basever=$pkgver
pkgver+=+kde+r0
makedepends+=('git')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 287d1dd82ce9..4fee643993f2 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.4
+pkgver=5.15.6
pkgrel=1
arch=('any')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"