summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-22 20:36:03 +0200
committerMartchus2016-06-22 20:36:03 +0200
commit6287a4169898b32d1efb1dbb157e84aacc9a94f1 (patch)
tree0cf821010ca8250df4d311b15e742a0ec8ccb104
parent4b06a5d164f5669b4eefcbad2289d39e0ca84d1c (diff)
downloadaur-6287a4169898b32d1efb1dbb157e84aacc9a94f1.tar.gz
Update to 5.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78d7a7dbaf28..d47a07dadf2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 08:08:59 UTC 2016
+# Wed Jun 22 18:36:03 UTC 2016
pkgbase = mingw-w64-qt5-serialport
pkgdesc = Provides access to hardware and virtual serial ports (mingw-w64)
- pkgver = 5.6.1
+ pkgver = 5.7.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-qt5-serialport
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtserialport-opensource-src-5.6.1.tar.xz
- md5sums = 19d5492f56440398ecea78e8f854433f
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtserialport-opensource-src-5.7.0.tar.xz
+ md5sums = f93cc8b36964c6aa965c27c3acd12f82
pkgname = mingw-w64-qt5-serialport
diff --git a/PKGBUILD b/PKGBUILD
index 3bc627f1a457..a4b7072db9a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_qt_module=qtserialport
pkgname="mingw-w64-qt5-serialport"
-pkgver=5.6.1
+pkgver=5.7.0
pkgrel=1
arch=('any')
pkgdesc="Provides access to hardware and virtual serial ports (mingw-w64)"
@@ -17,7 +17,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=('19d5492f56440398ecea78e8f854433f')
+md5sums=('f93cc8b36964c6aa965c27c3acd12f82')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"