Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qt5-gamepad
Commits: ad73bd1b by Antonio Rojas at 2023-10-06T16:52:14+02:00 upgpkg: 5.15.11-1: Qt 5.15.11 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = qt5-gamepad + pkgdesc = Adds support for getting events from gamepad devices + pkgver = 5.15.11 + pkgrel = 1 + url = https://www.qt.io + arch = x86_64 + groups = qt5 + license = GPL3 + license = LGPL3 + license = FDL + license = custom + makedepends = qt5-declarative + makedepends = git + depends = qt5-base + depends = sdl2 + optdepends = qt5-declarative: QML bindings + source = git+https://invent.kde.org/qt/qt/qtgamepad#commit=4b52913503e3713200265cd6bc19b301792dbf96 + sha256sums = SKIP + +pkgname = qt5-gamepad ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=qt5-gamepad _qtver=5.15.2 _basever=5.15.11 -pkgver=5.15.10 +pkgver=5.15.11 pkgrel=1 _commit=4b52913503e3713200265cd6bc19b301792dbf96 arch=('x86_64') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-gamepad/-/commit/ad73bd1b62ee15d0202aaf5660ae85f8af0b14b5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-gamepad/-/commit/ad73bd1b62ee15d0202aaf5660ae85f8af0b14b5 You're receiving this email because of your account on gitlab.archlinux.org.
