summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-22 20:35:58 +0200
committerMartchus2016-06-22 20:35:58 +0200
commitf2e23bef48d2b35b13fe22cb9225b98bdd10c43b (patch)
tree2a18370084a2f84619fd9cf5e71f09dc51a0517a
parentc65d817e54a8dc7f0f685b1a20eae3c7dd77cb2d (diff)
downloadaur-f2e23bef48d2b35b13fe22cb9225b98bdd10c43b.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 0cd4629f96a8..7217298d9262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 08:00:29 UTC 2016
+# Wed Jun 22 18:35:58 UTC 2016
pkgbase = mingw-w64-qt5-connectivity
pkgdesc = Provides access to Bluetooth hardware (mingw-w64)
- pkgver = 5.6.1
+ pkgver = 5.7.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-qt5-connectivity
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtconnectivity-opensource-src-5.6.1.tar.xz
- md5sums = ad7b5e4e4c033c9d5adcd7a5c83b2007
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtconnectivity-opensource-src-5.7.0.tar.xz
+ md5sums = 56229b15e677ee98d56446519723fb3b
pkgname = mingw-w64-qt5-connectivity
diff --git a/PKGBUILD b/PKGBUILD
index 31bcda1531b3..3e4ac523fef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_qt_module=qtconnectivity
pkgname="mingw-w64-qt5-connectivity"
-pkgver=5.6.1
+pkgver=5.7.0
pkgrel=1
arch=('any')
pkgdesc="Provides access to Bluetooth hardware (mingw-w64)"
@@ -16,7 +16,7 @@ license=('GPL3' '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/${_pkgfqn}.tar.xz")
-md5sums=('ad7b5e4e4c033c9d5adcd7a5c83b2007')
+md5sums=('56229b15e677ee98d56446519723fb3b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"