summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:24:54 +0200
committerMartchus2019-04-24 13:24:54 +0200
commit6dfc4baf243fd821b41bcb6e311228520a159802 (patch)
treefa563baaf5b03645cae9752a509a8bb3a0f99f0c
parente34946b4f2ce5a5ebb499b88106c144dc7835b6b (diff)
downloadaur-6dfc4baf243fd821b41bcb6e311228520a159802.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 f8d2d560a7e5..1d5b3105af97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-qt5-remoteobjects
options = !buildflags
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtremoteobjects-everywhere-src-5.12.3.tar.xz
- sha256sums = 2ae04817cd67c8550ccc685e6db9ca78ed2d7ec0b90e1de28a9fd7cda88d9811
+ sha256sums = 3475a409127739930e0bf833cea5f7f605adc66ab25fac39b72ce4bf3039cc42
pkgname = mingw-w64-qt5-remoteobjects
diff --git a/PKGBUILD b/PKGBUILD
index 657de9e99ca0..ef1e51f480a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,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=('2ae04817cd67c8550ccc685e6db9ca78ed2d7ec0b90e1de28a9fd7cda88d9811')
+sha256sums=('3475a409127739930e0bf833cea5f7f605adc66ab25fac39b72ce4bf3039cc42')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \