summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-10-09 15:05:36 +0200
committerMartchus2023-10-09 15:05:36 +0200
commit7d89526c169bd150bf73822a7353d3a362dfd50d (patch)
treeff34e3889b8655baee1a652a07eeb95d006ce34a
parente92db74086d2be674ec302a55a6c5a6e921ce48a (diff)
downloadaur-7d89526c169bd150bf73822a7353d3a362dfd50d.tar.gz
Update to 5.15.11
-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 a07434fbbe8d..6a64810e4d8a 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.10
+ pkgver = 5.15.11
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=13202e8a8c0c6d39026344b5a19a0148592160bc
+ source = git+https://invent.kde.org/qt/qt/qtwebglplugin#commit=ddcff45e8f2ca9f229017b3ded62327d2fb50af2
source = 0001-Hardcode-linker-flags-for-platform-plugin.patch
sha256sums = SKIP
sha256sums = c855d5b15171ed0f8d730898a62621462a71dbdb0b296d1e0ba2d3cfa87a8bcb
diff --git a/PKGBUILD b/PKGBUILD
index 0090198a716d..7f7b337cccdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,14 @@
_qt_module=qtwebglplugin
pkgname=mingw-w64-qt5-webglplugin
-pkgver=5.15.10
+pkgver=5.15.11
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=13202e8a8c0c6d39026344b5a19a0148592160bc
+_commit=ddcff45e8f2ca9f229017b3ded62327d2fb50af2
_basever=$pkgver
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index d52a61a0b5b6..b023e0fd1851 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.10
+pkgver=5.15.11
pkgrel=1
arch=('any')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"