summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:24:27 +0200
committerMartchus2019-04-24 13:24:27 +0200
commit9d386f96e9024ad54044cee15a89f48ddd5fb145 (patch)
tree32ccd6a2fb67b79da950da27368b0c953798a0a3
parent59e113768f42569a737c831428720aac6ff5ed94 (diff)
downloadaur-9d386f96e9024ad54044cee15a89f48ddd5fb145.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 e8f73088c8f2..cb9e4b841940 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = mingw-w64-qt5-winextras
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtwinextras-everywhere-src-5.12.3.tar.xz
source = 0001-Revert-Directly-link-to-functions-available-from-Win.patch
- sha256sums = 3141027c4f7dbb2bcef8a35fd60d673adfff0e4fb20c36f73930570252136787
+ sha256sums = 2b6319f7dd19fc19b028685c163a69f0a10e610d7554411d4660c1b5e42ada3b
sha256sums = 9ea3e7f25059a7a896cd7a73a0d94f817dcedf4787e1ecbf037f67f49996d3d5
pkgname = mingw-w64-qt5-winextras
diff --git a/PKGBUILD b/PKGBUILD
index a8e3fee5d975..01536e5bd370 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-Revert-Directly-link-to-functions-available-from-Win.patch')
-sha256sums=('3141027c4f7dbb2bcef8a35fd60d673adfff0e4fb20c36f73930570252136787'
+sha256sums=('2b6319f7dd19fc19b028685c163a69f0a10e610d7554411d4660c1b5e42ada3b'
'9ea3e7f25059a7a896cd7a73a0d94f817dcedf4787e1ecbf037f67f49996d3d5')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'