summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:25:00 +0200
committerMartchus2019-04-24 13:25:00 +0200
commit82a862260d6e90d0ca846d6d32a03a4ab943eea4 (patch)
treed75cbac47bfb5beb14c33fe9358919c6c619a027
parent0208e5126e6a5bbf779156c17b22aedf8bfef9e1 (diff)
downloadaur-82a862260d6e90d0ca846d6d32a03a4ab943eea4.tar.gz
Fix checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c395940f13..d8a4a41be1e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = mingw-w64-qt5-webglplugin
options = staticlibs
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 = 23da63013101e97c4e663bb4f6dbb1c7b4386679c634680d3b8d79bcc59d26b3
sha256sums = 72d908a2c89a5577fe6723bf76af1799d28e2377bc6bfa7ff8969193ee79f89d
pkgname = mingw-w64-qt5-webglplugin
diff --git a/PKGBUILD b/PKGBUILD
index d5aa5ce73422..347643c4c45b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ url='https://www.qt.io/'
_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'
+sha256sums=('23da63013101e97c4e663bb4f6dbb1c7b4386679c634680d3b8d79bcc59d26b3'
'72d908a2c89a5577fe6723bf76af1799d28e2377bc6bfa7ff8969193ee79f89d')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'