summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:24:15 +0200
committerMartchus2019-04-24 13:24:15 +0200
commit9ca374ba63aad2e0f3890a2fc38a6e2f1e714ad8 (patch)
tree3ed3591a277db8779257fd063dee71571644a2f1
parentf77946915f7b412fd008a1f41bdaf79b0034fff2 (diff)
downloadaur-9ca374ba63aad2e0f3890a2fc38a6e2f1e714ad8.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 a076c4df7aaa..159f49b5a096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = mingw-w64-qt5-imageformats
options = !buildflags
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtimageformats-everywhere-src-5.12.3.tar.xz
- sha256sums = 1ea757728f205deb6b3f5873f5c7c3129cded5993077500a9fb249559bee7a9c
+ sha256sums = db5a9e784f9c327c1e6830b1550311024cc91202d3b8dde82cd0944164298be2
pkgname = mingw-w64-qt5-imageformats
diff --git a/PKGBUILD b/PKGBUILD
index d40000a796b0..67676598afc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,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=('1ea757728f205deb6b3f5873f5c7c3129cded5993077500a9fb249559bee7a9c')
+sha256sums=('db5a9e784f9c327c1e6830b1550311024cc91202d3b8dde82cd0944164298be2')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \