summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-23 17:31:34 +0200
committerMartchus2019-04-23 17:31:34 +0200
commit0208e5126e6a5bbf779156c17b22aedf8bfef9e1 (patch)
treeca50fd8eca558953e57f9b467234010bc3642299
parent3ec3ed58904a814e20a1227b5258da221874be48 (diff)
downloadaur-0208e5126e6a5bbf779156c17b22aedf8bfef9e1.tar.gz
Update to 5.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Hardcode-linker-flags-for-platform-plugin.patch2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fbdd7188523..a2c395940f13 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.12.2
+ pkgver = 5.12.3
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -19,10 +19,10 @@ pkgbase = mingw-w64-qt5-webglplugin
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.12/5.12.2/submodules/qtwebglplugin-everywhere-src-5.12.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtwebglplugin-everywhere-src-5.12.3.tar.xz
source = 0001-Hardcode-linker-flags-for-platform-plugin.patch
sha256sums = 0ecf9c0cb123dd89c4360dc946957a7527a2fb1c334e1bcf124cc740ca2f9bba
- sha256sums = cfe1e4216ca28218d1b72adae8f4ed3c0210a88c2d729c2f6e427c91f0c1358a
+ sha256sums = 72d908a2c89a5577fe6723bf76af1799d28e2377bc6bfa7ff8969193ee79f89d
pkgname = mingw-w64-qt5-webglplugin
diff --git a/0001-Hardcode-linker-flags-for-platform-plugin.patch b/0001-Hardcode-linker-flags-for-platform-plugin.patch
index 992968387f98..e9057a1feda1 100644
--- a/0001-Hardcode-linker-flags-for-platform-plugin.patch
+++ b/0001-Hardcode-linker-flags-for-platform-plugin.patch
@@ -1,4 +1,4 @@
-From 33cf02040a4933927da94fd1eed3fe1e7bac1d8e Mon Sep 17 00:00:00 2001
+From 0f04b0d5deb92eb7a12bb190ccc9d59fec0e2b6f Mon Sep 17 00:00:00 2001
From: Marius Kittler <mkittler@suse.de>
Date: Wed, 12 Dec 2018 18:16:54 +0100
Subject: [PATCH] Hardcode linker flags for platform plugin
diff --git a/PKGBUILD b/PKGBUILD
index 126c71902cd3..d5aa5ce73422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwebglplugin
pkgname="mingw-w64-qt5-webglplugin"
-pkgver=5.12.2
+pkgver=5.12.3
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="QPA plugin for running an application via a browser using streamed WebGL commands (mingw-w64)"
@@ -23,7 +23,7 @@ _pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Hardcode-linker-flags-for-platform-plugin.patch')
sha256sums=('0ecf9c0cb123dd89c4360dc946957a7527a2fb1c334e1bcf124cc740ca2f9bba'
- 'cfe1e4216ca28218d1b72adae8f4ed3c0210a88c2d729c2f6e427c91f0c1358a')
+ '72d908a2c89a5577fe6723bf76af1799d28e2377bc6bfa7ff8969193ee79f89d')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \