summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:08 +0100
committerMartchus2016-02-03 23:54:08 +0100
commitc3ed0ecb6f8c15651bc0668cf48f54c4cdfa8908 (patch)
tree0fe0c42e7035ec09ca02f4825910bafd3875e6c9
parent2022c5a8f4cbf488e7a0db278f8457f21800446c (diff)
downloadaur-c3ed0ecb6f8c15651bc0668cf48f54c4cdfa8908.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f578499046..3f5576e31420 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:57 UTC 2016
pkgbase = mingw-w64-qt5-sensors
pkgdesc = Provides access to sensor hardware and motion gesture recognition (mingw-w64)
- pkgver = 5.5.0
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org
+ url = https://www.qt.io/
arch = any
groups = mingw-w64-qt
groups = mingw-w64-qt5
@@ -13,8 +15,8 @@ pkgbase = mingw-w64-qt5-sensors
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtsensors-opensource-src-5.5.0.tar.xz
- md5sums = 68ea0a61147a4934ca0fbd04fae10ed6
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtsensors-opensource-src-5.5.1.tar.xz
+ md5sums = 25250d66b0f21d41711dbf8648fe21e6
pkgname = mingw-w64-qt5-sensors
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"