summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:08 +0100
committerMartchus2016-02-03 23:54:08 +0100
commitc3ed0ecb6f8c15651bc0668cf48f54c4cdfa8908 (patch)
tree0fe0c42e7035ec09ca02f4825910bafd3875e6c9 /PKGBUILD
parent2022c5a8f4cbf488e7a0db278f8457f21800446c (diff)
downloadaur-c3ed0ecb6f8c15651bc0668cf48f54c4cdfa8908.tar.gz
updated version (to 5.5.1), URL and description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8db6c1ea9fac..1da302f4d90e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
+
_qt_module=qtsensors
pkgname=mingw-w64-qt5-sensors
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=(any)
pkgdesc="Provides access to sensor hardware and motion gesture recognition (mingw-w64)"
@@ -11,10 +13,10 @@ makedepends=(mingw-w64-gcc)
options=(!strip !buildflags staticlibs)
license=("custom, FDL, GPL3, LGPL")
groups=(mingw-w64-qt mingw-w64-qt5)
-url="http://qt-project.org"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('68ea0a61147a4934ca0fbd04fae10ed6')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('25250d66b0f21d41711dbf8648fe21e6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"