summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-09-25 15:27:30 +0200
committerMartchus2018-09-25 15:27:30 +0200
commit15abf12092554ba8b37fbbea69553af431fe29df (patch)
tree26a98cda6d37b9d0e2b73337dbc01352298033f9
parent8d0102b1a80e419af6f641609b5f0fb8a68d8b50 (diff)
downloadaur-15abf12092554ba8b37fbbea69553af431fe29df.tar.gz
Update to 5.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce91625883fe..4ce01e4b4289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-gamepad
pkgdesc = Adds support for getting events from gamepad devices (mingw-w64)
- pkgver = 5.11.1
+ pkgver = 5.11.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -20,8 +20,8 @@ pkgbase = mingw-w64-qt5-gamepad
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtgamepad-everywhere-src-5.11.1.tar.xz
- sha256sums = aaf219667f87d07a216bd30374013f97deea964471d827f7fc15bdc572e227d9
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.2/submodules/qtgamepad-everywhere-src-5.11.2.tar.xz
+ sha256sums = ae2f378e1739ff527b5cd3b014ad26112d7b8a80444c9aefbc4736e52339c81c
pkgname = mingw-w64-qt5-gamepad
diff --git a/PKGBUILD b/PKGBUILD
index 07e913935b72..1556720b00e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtgamepad
pkgname="mingw-w64-qt5-gamepad"
-pkgver=5.11.1
+pkgver=5.11.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}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('aaf219667f87d07a216bd30374013f97deea964471d827f7fc15bdc572e227d9')
+sha256sums=('ae2f378e1739ff527b5cd3b014ad26112d7b8a80444c9aefbc4736e52339c81c')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \