summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-06-25 14:48:37 +0200
committerMartchus2018-06-25 14:48:37 +0200
commit8d0102b1a80e419af6f641609b5f0fb8a68d8b50 (patch)
tree79cd78a2d0761b5b1cfedf7d887b1c9b008df0b6
parent1011d8504df82ac1833072c4957d0af4b38f55db (diff)
downloadaur-8d0102b1a80e419af6f641609b5f0fb8a68d8b50.tar.gz
Update to 5.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c58268b5c4db..ce91625883fe 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.0
+ pkgver = 5.11.1
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.0/submodules/qtgamepad-everywhere-src-5.11.0.tar.xz
- sha256sums = 71a1445de3f0148639fcce27510f3eb410df6061bbb7af0f3ce5bff60660a23c
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtgamepad-everywhere-src-5.11.1.tar.xz
+ sha256sums = aaf219667f87d07a216bd30374013f97deea964471d827f7fc15bdc572e227d9
pkgname = mingw-w64-qt5-gamepad
diff --git a/PKGBUILD b/PKGBUILD
index f30e7afa1255..07e913935b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtgamepad
pkgname="mingw-w64-qt5-gamepad"
-pkgver=5.11.0
+pkgver=5.11.1
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=('71a1445de3f0148639fcce27510f3eb410df6061bbb7af0f3ce5bff60660a23c')
+sha256sums=('aaf219667f87d07a216bd30374013f97deea964471d827f7fc15bdc572e227d9')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \