summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:23:56 +0200
committerMartchus2019-04-24 13:23:56 +0200
commitc0a6aedfd4ef26ea68d74714332ed8a08ab1cb41 (patch)
treec2a827d32f0130cc4a07d532f56a411c63bc51be
parentbc708564e53fddf5ae53fa464473f9702ad616d4 (diff)
downloadaur-c0a6aedfd4ef26ea68d74714332ed8a08ab1cb41.tar.gz
Fix checksums
-rw-r--r--.SRCINFO2
-rwxr-xr-x[-rw-r--r--]PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55f8da708684..b116efccea71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = mingw-w64-qt5-tools
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qttools-everywhere-src-5.12.3.tar.xz
source = 0001-Fix-linguist-macro.patch
- sha256sums = 4aa3a089794ab1c629b666fffb5da4371351a9e85ea691d5d988c2ff63586005
+ sha256sums = c9e92d2f0d369e44bb1a60e9fa6d970f8d9893d653212305e04be5e6daec2cd8
sha256sums = e82c4ff19e429fa7cd74f44f748b0fa3b080129eb48305de2951eb33bf13f491
pkgname = mingw-w64-qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 68682e0e10e1..672b718ebcdc 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ 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"
'0001-Fix-linguist-macro.patch')
-sha256sums=('4aa3a089794ab1c629b666fffb5da4371351a9e85ea691d5d988c2ff63586005'
+sha256sums=('c9e92d2f0d369e44bb1a60e9fa6d970f8d9893d653212305e04be5e6daec2cd8'
'e82c4ff19e429fa7cd74f44f748b0fa3b080129eb48305de2951eb33bf13f491')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'