summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:24:51 +0200
committerMartchus2019-04-24 13:24:51 +0200
commit9272d65f00b3176a091ad64489f300abb20e860e (patch)
treeca459021472d0eed84d95135a167b659f2916af2
parente2dafce947ca7b6301fe1c2f1a705396fde6098f (diff)
downloadaur-9272d65f00b3176a091ad64489f300abb20e860e.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 3cc4d00f5af5..4a8fe3d21fb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-speech
options = !buildflags
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtspeech-everywhere-src-5.12.3.tar.xz
- sha256sums = 5ad4b5931d6a677d8c4569a2a9147b992653962b339bd2f233400ffb43955911
+ sha256sums = ed211822765744553fb5abeb97058420668b18a50d985061d949a0e068ee64f5
pkgname = mingw-w64-qt5-speech
diff --git a/PKGBUILD b/PKGBUILD
index 4511507351b1..80f31847427d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,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=('5ad4b5931d6a677d8c4569a2a9147b992653962b339bd2f233400ffb43955911')
+sha256sums=('ed211822765744553fb5abeb97058420668b18a50d985061d949a0e068ee64f5')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \