summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip A Reimer2015-08-26 21:13:03 -0600
committerPhilip A Reimer2015-08-26 21:13:03 -0600
commit2022c5a8f4cbf488e7a0db278f8457f21800446c (patch)
tree9979f3e6da4cf5c715484d4957856607adedc034 /PKGBUILD
parent015deacfb79eb21fcc26103100fdc216d199e77c (diff)
downloadaur-2022c5a8f4cbf488e7a0db278f8457f21800446c.tar.gz
Update to 5.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b350f2033d2..8db6c1ea9fac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Filip Brcic <brcha@gna.org>
_qt_module=qtsensors
pkgname=mingw-w64-qt5-sensors
-pkgver=5.4.2
+pkgver=5.5.0
pkgrel=1
arch=(any)
pkgdesc="Provides access to sensor hardware and motion gesture recognition (mingw-w64)"
@@ -13,8 +13,8 @@ license=("custom, FDL, GPL3, LGPL")
groups=(mingw-w64-qt mingw-w64-qt5)
url="http://qt-project.org"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.4/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('182b8a4830c3066a9bf863d84074aa3c')
+source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('68ea0a61147a4934ca0fbd04fae10ed6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"