summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-11-01 16:55:09 +0100
committerMartchus2016-11-01 16:55:09 +0100
commit8bd249a78f9259232c4ce58f4e45e0afa994b743 (patch)
tree60f98d4e0afa04e2ed023ddc9686e659a21903e0
parent529a5ff4e78c2ae2f4b0383b1b9b146b60656e46 (diff)
downloadaur-8bd249a78f9259232c4ce58f4e45e0afa994b743.tar.gz
Fix checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef060d27142..304feaadd134 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 20:10:34 UTC 2016
+# Tue Nov 1 15:55:03 UTC 2016
pkgbase = mingw-w64-qt5-serialport
pkgdesc = Provides access to hardware and virtual serial ports (mingw-w64)
pkgver = 5.7.0
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-qt5-serialport
options = !buildflags
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtserialport-opensource-src-5.7.0.tar.xz
- md5sums = f93cc8b36964c6aa965c27c3acd12f82
+ md5sums = b3058aac0e652e03144fb2a3ca9ad740
pkgname = mingw-w64-qt5-serialport
diff --git a/PKGBUILD b/PKGBUILD
index a39ac1e85042..9d386ba67a6f 100644
--- a/PKGBUILD
+++ b/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 ]] || \