Package Details: sdl-jstest-git 1:0.2.2.r18.g5bc418e-1

Git Clone URL: https://aur.archlinux.org/sdl-jstest-git.git (read-only, click to copy)
Package Base: sdl-jstest-git
Description: Simple SDL joystick test application for the command line.
Upstream URL: https://github.com/Grumbel/sdl-jstest
Licenses: GPL3
Provides: sdl-jstest
Submitter: Chais
Maintainer: silverhikari
Last Packager: silverhikari
Votes: 4
Popularity: 0.000000
First Submitted: 2014-09-19 11:11 (UTC)
Last Updated: 2023-11-07 03:45 (UTC)

Latest Comments

HurricanePootis commented on 2024-05-15 03:51 (UTC)

Please update the license() array to be SPDX compliant.

diff --git a/PKGBUILD b/PKGBUILD
index 8b997ac..5b1a680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
 # Maintainer: Philip Abernethy<chais.z3r0@gmail.com>
 pkgname=sdl-jstest-git
-pkgver=0.2.2.r18.g5bc418e
+pkgver=0.2.2.r24.g60f6e62
 epoch=1
 pkgrel=1
 pkgdesc="Simple SDL joystick test application for the command line."
 url="https://github.com/Grumbel/sdl-jstest"
 arch=('x86_64' 'i686')
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('sdl' 'sdl2' 'ncurses' 'hicolor-icon-theme')
 makedepends=('git' 'cmake')
 provides=('sdl-jstest')

loathingkernel commented on 2022-07-24 12:21 (UTC)

Please handle submodules properly

https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules

albfan commented on 2019-06-26 10:39 (UTC)

Yep, this lacks

git submodule init git submodel update

To download db controller.

Check this thread on how to do it

https://bbs.archlinux.org/viewtopic.php?id=238021

package works correctly after that

jose1711 commented on 2019-02-04 18:50 (UTC)

please add submodule init and submodule update inside SDL_GameControllerDB. thank you.