summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:45 +0100
committerMartchus2017-02-09 21:00:45 +0100
commit4d3dd90405d25b16ac803818bfad8530d845de2c (patch)
tree4c103a3051d151de6eae148e0e5716d79238a614 /PKGBUILD
parentfac2e64ad5322ed66f6731d8028730d8a1deb515 (diff)
downloadaur-4d3dd90405d25b16ac803818bfad8530d845de2c.tar.gz
Update to 5.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b00d115fbcb8..503ac041480c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,19 +10,20 @@
_qt_module=qtsensors
pkgname=mingw-w64-qt5-sensors
-pkgver=5.7.1
+pkgver=5.8.0
pkgrel=1
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)
-options=(!strip !buildflags staticlibs)
+depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
+options=('!strip' '!buildflags' 'staticlibs')
+groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL' 'FDL' 'custom')
-groups=(mingw-w64-qt mingw-w64-qt5)
-url="https://www.qt.io/"
+groups=('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=('6ee0851638bd0bc1ba5be5acc166919f')
+md5sums=('c2062e07ab5d52d0fb8ef19c5ef6f86d')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \