summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4fac52ef7ba..e3502741429c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 17:31:59 UTC 2016
+# Thu Jun 16 08:08:48 UTC 2016
pkgbase = mingw-w64-qt5-quickcontrols
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-quickcontrols
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtquickcontrols-opensource-src-5.6.0.tar.xz
- md5sums = f1af1f72ee2860c683a05558d261eece
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtquickcontrols-opensource-src-5.6.1.tar.xz
+ md5sums = 77717d2f252ae93d5e81fa35b3f0588f
pkgname = mingw-w64-qt5-quickcontrols
diff --git a/PKGBUILD b/PKGBUILD
index b8411ea04903..ad704c800211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_qt_module=qtquickcontrols
pkgname="mingw-w64-qt5-quickcontrols"
-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=('f1af1f72ee2860c683a05558d261eece')
+md5sums=('77717d2f252ae93d5e81fa35b3f0588f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"