summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-03-26 21:40:44 +0100
committerMartchus2019-03-26 21:40:44 +0100
commit12fc855dc20175f4bb36d5b1db6bab0133f2dc67 (patch)
tree02fe6ab12f3a60635d9ad5ba3f798e907eb9a90c
parent9e1c976593db3f93b501b88fada9a8f2ec93bb67 (diff)
downloadaur-12fc855dc20175f4bb36d5b1db6bab0133f2dc67.tar.gz
Update to 5.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62e537ba52b7..f8070cbb8220 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.12.1
+ pkgver = 5.12.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.12/5.12.1/submodules/qtgamepad-everywhere-src-5.12.1.tar.xz
- sha256sums = 717c11f8fba4e23c0096fcf3161d43223956038e866fcd7a18d2255755415d62
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.2/submodules/qtgamepad-everywhere-src-5.12.2.tar.xz
+ sha256sums = d289d8c983f4e88018c9ccb22bbde196c9f97efd20ecd48ae92994885f2334a7
pkgname = mingw-w64-qt5-gamepad
diff --git a/PKGBUILD b/PKGBUILD
index 19010d25910c..d607eced2d9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtgamepad
pkgname="mingw-w64-qt5-gamepad"
-pkgver=5.12.1
+pkgver=5.12.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=('717c11f8fba4e23c0096fcf3161d43223956038e866fcd7a18d2255755415d62')
+sha256sums=('d289d8c983f4e88018c9ccb22bbde196c9f97efd20ecd48ae92994885f2334a7')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \