summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:24:02 +0200
committerMartchus2019-04-24 13:24:02 +0200
commit1e3371346ce1521753dbd3db7ecdb3cb906ecb17 (patch)
tree8fb66b8afd3177aecc20e577a5539407bfdeae86
parent21f384551e6e8b461ae1d8b648b77c400820f5c3 (diff)
downloadaur-1e3371346ce1521753dbd3db7ecdb3cb906ecb17.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 2eaa4c8ef38d..a3ca5b1200b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-qt5-location
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtlocation-everywhere-src-5.12.3.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
- sha256sums = a31f27f457ac57e7203ae808b95ba0053d182e22425de03840af761e343d8bef
+ sha256sums = 52d589be2852ada0c000b06cc411b61e521cd0797470be567fd1625bcc9d75c6
sha256sums = f67989072e3f7628dc9e5dd7a47574e31c95bd7a0352de5be0bfd25d97be5a63
pkgname = mingw-w64-qt5-location
diff --git a/PKGBUILD b/PKGBUILD
index 23f2bf173a29..bc3de309c129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,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-Ensure-static-3rdparty-libs-are-linked-correctly.patch')
-sha256sums=('a31f27f457ac57e7203ae808b95ba0053d182e22425de03840af761e343d8bef'
+sha256sums=('52d589be2852ada0c000b06cc411b61e521cd0797470be567fd1625bcc9d75c6'
'f67989072e3f7628dc9e5dd7a47574e31c95bd7a0352de5be0bfd25d97be5a63')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'