From 8ca702f2bd4301afa00c15307f15eb0b13a1c08c Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 1 Nov 2016 16:51:31 +0100 Subject: [PATCH] Fix checksum of qtserialport --- qt5-serialport/mingw-w64/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-serialport/mingw-w64/PKGBUILD b/qt5-serialport/mingw-w64/PKGBUILD index a39ac1e8..9d386ba6 100644 --- a/qt5-serialport/mingw-w64/PKGBUILD +++ b/qt5-serialport/mingw-w64/PKGBUILD @@ -20,7 +20,7 @@ license=('LGPL') url="https://www.qt.io/" _pkgfqn="${_qt_module}-opensource-src-$pkgver" source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/$pkgver/submodules/qtserialport-opensource-src-$pkgver.tar.xz") -md5sums=('f93cc8b36964c6aa965c27c3acd12f82') +md5sums=('b3058aac0e652e03144fb2a3ca9ad740') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' [[ $NO_STATIC_LIBS ]] || \