summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:24:00 +0200
committerMartchus2019-04-24 13:24:00 +0200
commit1a13c8617d9ea5adebfd04014a8fac629bcf0a8e (patch)
tree9dbb63638c124b39d0c3d28027da46a27e37531a
parentcf10954da5786f7b9adfbea1f3fd1e2f2af77801 (diff)
downloadaur-1a13c8617d9ea5adebfd04014a8fac629bcf0a8e.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 16c54dbb8b1c..00adbdb5885a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = mingw-w64-qt5-script
options = !buildflags
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtscript-everywhere-src-5.12.3.tar.xz
- sha256sums = f8717d51072b4d4455755ae081e45f23f3d0ce25602f96231dd7703bd818a2e6
+ sha256sums = 0f37bf032a2370bd08667aad053f5a57717ea49596c16bf6cfb32b0d6e5c1f9e
pkgname = mingw-w64-qt5-script
diff --git a/PKGBUILD b/PKGBUILD
index 2ea9c077562f..35da1e19a873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ license=('GPL3' 'LGPL' '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=('f8717d51072b4d4455755ae081e45f23f3d0ce25602f96231dd7703bd818a2e6')
+sha256sums=('0f37bf032a2370bd08667aad053f5a57717ea49596c16bf6cfb32b0d6e5c1f9e')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \