summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:24:19 +0200
committerMartchus2019-04-24 13:24:19 +0200
commitb926a24c283e1946c4214df5ea94443967407d40 (patch)
treec10daf150b231949183a6995d28a23dee5f0be2a
parent82803a1d50529a39b11f221b2be6b41f71c73442 (diff)
downloadaur-b926a24c283e1946c4214df5ea94443967407d40.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 0e34f3714c5f..291a7f2605ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = mingw-w64-qt5-quickcontrols2
options = !buildflags
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtquickcontrols2-everywhere-src-5.12.3.tar.xz
- sha256sums = 1fbd703612a2c0257861e07a2b709f6fbad00cb6df70a1c2c1fafa9de522e549
+ sha256sums = e855e8369c3cb5a2ebcd2028a2a195ba73945fd9d5bc26134706c2fa14e99b3a
pkgname = mingw-w64-qt5-quickcontrols2
diff --git a/PKGBUILD b/PKGBUILD
index 2beaf50a698f..57625f539ae5 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=('1fbd703612a2c0257861e07a2b709f6fbad00cb6df70a1c2c1fafa9de522e549')
+sha256sums=('e855e8369c3cb5a2ebcd2028a2a195ba73945fd9d5bc26134706c2fa14e99b3a')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \