summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:23:58 +0200
committerMartchus2019-04-24 13:23:58 +0200
commit8215978585ac221ee18e808dfa7a44f05cd2ec6e (patch)
treeef0e8a633ab72ef767a620148cb4ef4318aec93c
parentb10e494d18812dc81ff9439089601241144b48f9 (diff)
downloadaur-8215978585ac221ee18e808dfa7a44f05cd2ec6e.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 a23f03bf2717..3483765c5ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = mingw-w64-qt5-xmlpatterns
options = !buildflags
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtxmlpatterns-everywhere-src-5.12.3.tar.xz
- sha256sums = 2e535ec17b542f2a0b87a9db93284666015cc07b6188894ace7e75104c6d860d
+ sha256sums = e0b98e7c92cd791a9b354d090788347db78f14c47579384fe22d0b650c1d8a61
pkgname = mingw-w64-qt5-xmlpatterns
diff --git a/PKGBUILD b/PKGBUILD
index 47e644618a6d..020cb9a4a550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL3' 'FDL' 'custom')
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")
-sha256sums=('2e535ec17b542f2a0b87a9db93284666015cc07b6188894ace7e75104c6d860d')
+sha256sums=('e0b98e7c92cd791a9b354d090788347db78f14c47579384fe22d0b650c1d8a61')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \