summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-10-16 19:36:31 +0200
committerMartchus2017-10-16 19:36:31 +0200
commitaebc69471c40e4afadaf3c014f1b4d1dd4c91d4f (patch)
tree2d6110b6b20b34130c41b25c5721b9a75ea04dac
parentc2c77175501c61895398211841359553dfedd271 (diff)
downloadaur-aebc69471c40e4afadaf3c014f1b4d1dd4c91d4f.tar.gz
Update to 5.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35936a73597e..95f3f4c1ad7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 6 21:13:16 UTC 2017
+# Mon Oct 16 17:36:31 UTC 2017
pkgbase = mingw-w64-qt5-gamepad
pkgdesc = Adds support for getting events from gamepad devices (mingw-w64)
- pkgver = 5.9.1
+ pkgver = 5.9.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -22,8 +22,8 @@ pkgbase = mingw-w64-qt5-gamepad
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qtgamepad-opensource-src-5.9.1.tar.xz
- sha256sums = f10714df314b3ef992060454db62e07d0b6a1fc7cf8a4175c023c59f8821bc14
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.2/submodules/qtgamepad-opensource-src-5.9.2.tar.xz
+ sha256sums = 76d1e90d9015a189b6d77b3eeac1a8927cdb6a6d92b574d847f9387d07d9a552
pkgname = mingw-w64-qt5-gamepad
diff --git a/PKGBUILD b/PKGBUILD
index 0060de5d8f80..90e6dbe0d3eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtgamepad
pkgname="mingw-w64-qt5-gamepad"
-pkgver=5.9.1
+pkgver=5.9.2
pkgrel=1
arch=('any')
pkgdesc="Adds support for getting events from gamepad devices (mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL' 'FDL' 'custom')
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=('f10714df314b3ef992060454db62e07d0b6a1fc7cf8a4175c023c59f8821bc14')
+sha256sums=('76d1e90d9015a189b6d77b3eeac1a8927cdb6a6d92b574d847f9387d07d9a552')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \