diff options
author | Martchus | 2024-01-09 17:38:26 +0100 |
---|---|---|
committer | Martchus | 2024-01-09 17:38:26 +0100 |
commit | d27e975252b3d05d8573de95a50f47e0fad96b03 (patch) | |
tree | d21820bc6af9b3936912d46f88c012df9140dcc9 /PKGBUILD | |
parent | 6ce15014f60319c260f7aae4ccb0679d39fec94e (diff) | |
download | aur-d27e975252b3d05d8573de95a50f47e0fad96b03.tar.gz |
Update to 5.15.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ _qt_module=qtgamepad pkgname=mingw-w64-qt5-gamepad-static -pkgver=5.15.11 +pkgver=5.15.12 pkgrel=1 arch=('any') pkgdesc="Adds support for getting events from gamepad devices (mingw-w64)" @@ -17,7 +17,7 @@ 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=4b52913503e3713200265cd6bc19b301792dbf96 +_commit=8ed95136b3c265b01db6cc33869228f41878e173 _basever=${pkgver%%+*} makedepends+=('git') options=('!strip' '!buildflags' 'staticlibs') |