summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-22 20:36:02 +0200
committerMartchus2016-06-22 20:36:02 +0200
commitdcfe23852aa037c758135a4bc952ad5538ca580d (patch)
tree9234d05d676f01cf2120c188cca0ad21121ffd1a
parentb651378a8d71c354c31ec0b0dd3ad9ffc9a45428 (diff)
downloadaur-dcfe23852aa037c758135a4bc952ad5538ca580d.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 e10648099b07..0e4435372549 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 16 08:08:49 UTC 2016
+# Wed Jun 22 18:36:02 UTC 2016
pkgbase = mingw-w64-qt5-quickcontrols2
pkgdesc = Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (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-quickcontrols2
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtquickcontrols2-opensource-src-5.6.1.tar.xz
- md5sums = b1603c22d51ed5fcc0b896217e40d55b
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtquickcontrols2-opensource-src-5.7.0.tar.xz
+ md5sums = 63c979d1d79ab4457f99d5762fc7e20f
pkgname = mingw-w64-qt5-quickcontrols2
diff --git a/PKGBUILD b/PKGBUILD
index bd5c6a2c82a9..ccd86f0caf12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_qt_module=qtquickcontrols2
pkgname="mingw-w64-qt5-quickcontrols2"
-pkgver=5.6.1
+pkgver=5.7.0
pkgrel=1
arch=('any')
pkgdesc="Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)"
@@ -18,7 +18,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/${_pkgfqn}.tar.xz")
-md5sums=('b1603c22d51ed5fcc0b896217e40d55b')
+md5sums=('63c979d1d79ab4457f99d5762fc7e20f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"