summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-16 10:08:49 +0200
committerMartchus2016-06-16 10:08:49 +0200
commitb651378a8d71c354c31ec0b0dd3ad9ffc9a45428 (patch)
tree13afb0e80da6416396ea63bd60324403e2d7beb2
parent3b4851686bb04da67a069eba97d6e0902414eedc (diff)
downloadaur-b651378a8d71c354c31ec0b0dd3ad9ffc9a45428.tar.gz
Update to 5.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef3cd01b534c..e10648099b07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 18:01:03 UTC 2016
+# Thu Jun 16 08:08:49 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.0
+ pkgver = 5.6.1
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.0/submodules/qtquickcontrols2-opensource-src-5.6.0.tar.xz
- md5sums = 122dd81824cecaa7e327c003469d0df8
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtquickcontrols2-opensource-src-5.6.1.tar.xz
+ md5sums = b1603c22d51ed5fcc0b896217e40d55b
pkgname = mingw-w64-qt5-quickcontrols2
diff --git a/PKGBUILD b/PKGBUILD
index 9f2e8e65ad84..bd5c6a2c82a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_qt_module=qtquickcontrols2
pkgname="mingw-w64-qt5-quickcontrols2"
-pkgver=5.6.0
+pkgver=5.6.1
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=('122dd81824cecaa7e327c003469d0df8')
+md5sums=('b1603c22d51ed5fcc0b896217e40d55b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"