summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:24:12 +0200
committerMartchus2019-04-24 13:24:12 +0200
commit03528ce490fd9c2f136f147b15012d4e11f584c0 (patch)
treecd4e8beac32c6fc0b277b2dadf66a6b951f3dbf9
parent8605dd9103744cc3072b67c6efc3f454a63c4de3 (diff)
downloadaur-03528ce490fd9c2f136f147b15012d4e11f584c0.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 cac8e6ef91e0..063dcbe26312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = mingw-w64-qt5-3d
options = !buildflags
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qt3d-everywhere-src-5.12.3.tar.xz
- sha256sums = d4036e7ac146ba78784dde0dd99e8182372b7c38e832e33b61fed4187de0ad06
+ sha256sums = 8997f07c816bbc6dd43fc2171801178bc65e704d35039998530cfa49837eaa7d
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index cc6b73d61417..37a5ba39d328 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=('d4036e7ac146ba78784dde0dd99e8182372b7c38e832e33b61fed4187de0ad06')
+sha256sums=('8997f07c816bbc6dd43fc2171801178bc65e704d35039998530cfa49837eaa7d')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \