summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e065b94913f0..ac5bab8e970d 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:49 UTC 2016
pkgbase = mingw-w64-qt5-sensors
pkgdesc = Provides access to sensor hardware and motion gesture recognition (mingw-w64)
- pkgver = 5.6.0
+ pkgver = 5.6.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-qt5-sensors
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtsensors-opensource-src-5.6.0.tar.xz
- md5sums = 1c9a2958e108e8393dbb4427831df647
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtsensors-opensource-src-5.6.1.tar.xz
+ md5sums = 1042d90aaab147f854a47697a0ac3419
pkgname = mingw-w64-qt5-sensors
diff --git a/PKGBUILD b/PKGBUILD
index 3500cd0c6362..db943109cac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
_qt_module=qtsensors
pkgname=mingw-w64-qt5-sensors
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
-arch=(any)
+arch=('any')
pkgdesc="Provides access to sensor hardware and motion gesture recognition (mingw-w64)"
depends=(mingw-w64-qt5-base mingw-w64-qt5-declarative)
makedepends=(mingw-w64-gcc)
@@ -19,7 +19,7 @@ groups=(mingw-w64-qt mingw-w64-qt5)
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=('1c9a2958e108e8393dbb4427831df647')
+md5sums=('1042d90aaab147f854a47697a0ac3419')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"