summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-03-28 19:40:38 +0200
committerMartchus2016-03-28 19:40:38 +0200
commit3615d3e527459b1b6c1c2d39153ac14d73557eb6 (patch)
tree06fb64c606bbe5c31ba14197a7d42db27a565fe2 /PKGBUILD
parentc3ed0ecb6f8c15651bc0668cf48f54c4cdfa8908 (diff)
downloadaur-3615d3e527459b1b6c1c2d39153ac14d73557eb6.tar.gz
updated to 5.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1da302f4d90e..3500cd0c6362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,12 @@
# Contributor: ant32 <antreimer@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
+# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
+# you also find the URL of a binary repository.
+
_qt_module=qtsensors
pkgname=mingw-w64-qt5-sensors
-pkgver=5.5.1
+pkgver=5.6.0
pkgrel=1
arch=(any)
pkgdesc="Provides access to sensor hardware and motion gesture recognition (mingw-w64)"
@@ -16,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=('25250d66b0f21d41711dbf8648fe21e6')
+md5sums=('1c9a2958e108e8393dbb4427831df647')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"