summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-12-14 01:06:24 +0100
committerMartchus2017-12-14 01:06:24 +0100
commita66b9ddee52b0c53b5e1819bd9b800d009fdac21 (patch)
tree38a20ef4a909f360b5d524c0ba587623c3df1556
parent3af5b0b1a114382513d90c45fba0f19c3d5fc76b (diff)
downloadaur-a66b9ddee52b0c53b5e1819bd9b800d009fdac21.tar.gz
Update to 5.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c83de30f17d3..c18af746a225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 17:36:27 UTC 2017
+# Thu Dec 14 00:06:24 UTC 2017
pkgbase = mingw-w64-qt5-sensors
pkgdesc = Provides access to sensor hardware and motion gesture recognition (mingw-w64)
- pkgver = 5.9.2
+ pkgver = 5.10.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -20,8 +20,8 @@ pkgbase = mingw-w64-qt5-sensors
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.2/submodules/qtsensors-opensource-src-5.9.2.tar.xz
- sha256sums = 79441588c9c8bd1b34b91481441614077ea335a0005e79a1dc68ad964284b5d3
+ source = https://download.qt.io/official_releases/qt/5.10/5.10.0/submodules/qtsensors-everywhere-src-5.10.0.tar.xz
+ sha256sums = cd98c5afb25bdb243b03a8e1da1a9643fbad334549c8128328446d0818fe3971
pkgname = mingw-w64-qt5-sensors
diff --git a/PKGBUILD b/PKGBUILD
index 0f5747cc9a26..5eb68ed8f313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtsensors
pkgname=mingw-w64-qt5-sensors
-pkgver=5.9.2
+pkgver=5.10.0
pkgrel=1
arch=('any')
pkgdesc="Provides access to sensor hardware and motion gesture recognition (mingw-w64)"
@@ -21,9 +21,9 @@ groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL' 'FDL' 'custom')
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")
-sha256sums=('79441588c9c8bd1b34b91481441614077ea335a0005e79a1dc68ad964284b5d3')
+_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('cd98c5afb25bdb243b03a8e1da1a9643fbad334549c8128328446d0818fe3971')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \