summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-11-01 13:38:52 +0100
committerMartchus2022-11-01 13:38:52 +0100
commit99404c9799805b946a7cf5d1a39a26724e4f1172 (patch)
tree23d90e714e76f6d9ab584fffa5dacc49833c1c46
parenta88fe700a8ed75ca43b9155447a5ee30639fccd7 (diff)
downloadaur-99404c9799805b946a7cf5d1a39a26724e4f1172.tar.gz
Update/rebase to 5.15.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b30fc1b2a563..331479a1f0aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-gamepad-static
pkgdesc = Adds support for getting events from gamepad devices (mingw-w64)
- pkgver = 5.15.6+kde+r0
+ pkgver = 5.15.7
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-qt5-gamepad-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtgamepad#commit=0a2d4651362810600d2ff7272772d5908bb8714b
+ source = git+https://invent.kde.org/qt/qt/qtgamepad#commit=ce0202d67bf1ab2bb887f58122b20eab5b6c1d5d
sha256sums = SKIP
pkgname = mingw-w64-qt5-gamepad-static
diff --git a/PKGBUILD b/PKGBUILD
index 469d5c0a781c..ebbf8cd47d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtgamepad
pkgname=mingw-w64-qt5-gamepad-static
-pkgver=5.15.6
+pkgver=5.15.7
pkgrel=1
arch=('any')
pkgdesc="Adds support for getting events from gamepad devices (mingw-w64)"
@@ -17,9 +17,8 @@ depends=('mingw-w64-qt5-base-static' 'mingw-w64-sdl2')
optdepends=('mingw-w64-qt5-declarative-static: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative-static')
license=('GPL3' 'LGPL' 'FDL' 'custom')
-_commit=0a2d4651362810600d2ff7272772d5908bb8714b
+_commit=ce0202d67bf1ab2bb887f58122b20eab5b6c1d5d
_basever=$pkgver
-pkgver+=+kde+r0
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')