From 8f09dc87576bb9aad31e95cc7204d463004fabdb Mon Sep 17 00:00:00 2001 From: kraxie <6675728+kraxarn@users.noreply.github.com> Date: Mon, 21 Sep 2020 20:25:04 +0200 Subject: [PATCH] Fix incorrect checksums for qt5-tools packages (#124) * Update checksums * Revert pkgrel --- qt5-tools/mingw-w64-static/PKGBUILD | 2 +- qt5-tools/mingw-w64/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qt5-tools/mingw-w64-static/PKGBUILD b/qt5-tools/mingw-w64-static/PKGBUILD index 634c8f62..4c745487 100644 --- a/qt5-tools/mingw-w64-static/PKGBUILD +++ b/qt5-tools/mingw-w64-static/PKGBUILD @@ -37,7 +37,7 @@ _pkgfqn="${_qt_module}-everywhere-src-${pkgver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz" '0001-Fix-linguist-macro.patch') sha256sums=('c98ee5f0f980bf68cbf0c94d62434816a92441733de50bd9adbe9b9055f03498' - 'ca4cdea138d38a8f55a20f4821d35138035115dd1c61ae1b28156d90aa75b38a') + '23243c0326d63474a293cec35cb0b64795e46b90ddc631d240b128274c030421') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt5-tools/mingw-w64/PKGBUILD b/qt5-tools/mingw-w64/PKGBUILD index 91c119aa..9e57525b 100644 --- a/qt5-tools/mingw-w64/PKGBUILD +++ b/qt5-tools/mingw-w64/PKGBUILD @@ -37,7 +37,7 @@ _pkgfqn="${_qt_module}-everywhere-src-${pkgver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz" '0001-Fix-linguist-macro.patch') sha256sums=('c98ee5f0f980bf68cbf0c94d62434816a92441733de50bd9adbe9b9055f03498' - 'ca4cdea138d38a8f55a20f4821d35138035115dd1c61ae1b28156d90aa75b38a') + '23243c0326d63474a293cec35cb0b64795e46b90ddc631d240b128274c030421') _architectures='i686-w64-mingw32 x86_64-w64-mingw32'