summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-08 21:42:46 +0200
committerMartchus2017-06-08 21:42:46 +0200
commita2890e5cfa38f9f0fc779af3dd9ff1eb7ea66cf4 (patch)
tree15535f37e2b84856ba909d726f3da3ca36e692fb
parentce560f1bcfc4f89e96dcfe1a752f7378796f0a5e (diff)
downloadaur-a2890e5cfa38f9f0fc779af3dd9ff1eb7ea66cf4.tar.gz
Update to 5.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c03fb6ac3d07..ab93a03327e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 9 20:00:56 UTC 2017
+# Thu Jun 8 19:42:46 UTC 2017
pkgbase = mingw-w64-qt5-serialport
pkgdesc = Provides access to hardware and virtual serial ports (mingw-w64)
- pkgver = 5.8.0
+ pkgver = 5.9.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-qt5-serialport
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtserialport-opensource-src-5.8.0.tar.xz
- md5sums = 1a39fbb6436761a2ea3edce6628a41bd
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtserialport-opensource-src-5.9.0.tar.xz
+ sha256sums = 80022e3e6d5652502891fec3774615a36d51901dacc4fbb2dfe6e562fd729d7f
pkgname = mingw-w64-qt5-serialport
diff --git a/PKGBUILD b/PKGBUILD
index b56e22a41e09..c0986616faad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtserialport
pkgname="mingw-w64-qt5-serialport"
-pkgver=5.8.0
+pkgver=5.9.0
pkgrel=1
arch=('any')
pkgdesc="Provides access to hardware and virtual serial ports (mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL3' 'FDL' 'custom')
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=('1a39fbb6436761a2ea3edce6628a41bd')
+sha256sums=('80022e3e6d5652502891fec3774615a36d51901dacc4fbb2dfe6e562fd729d7f')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \