diff options
Diffstat (limited to 'system/game-devices-udev/game-devices-udev.SlackBuild')
-rw-r--r-- | system/game-devices-udev/game-devices-udev.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/game-devices-udev/game-devices-udev.SlackBuild b/system/game-devices-udev/game-devices-udev.SlackBuild index ed4e60377f..187540524c 100644 --- a/system/game-devices-udev/game-devices-udev.SlackBuild +++ b/system/game-devices-udev/game-devices-udev.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for game-devices-udev -# Copyright 2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2024-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=game-devices-udev -VERSION=${VERSION:-0.23} +VERSION=${VERSION:-0.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,6 +67,7 @@ if [ "${_8BITDO:-YES}" == "YES" ]; then install_rules 71-8bitdo-controllers.rule if [ "${ALPHA:-YES}" == "YES" ]; then install_rules 71-alpha_imaging_technology_co-vr.rules; fi if [ "${ASTRO:-YES}" == "YES" ]; then install_rules 71-astro_gaming-controllers.rules; fi if [ "${BETOP:-YES}" == "YES" ]; then install_rules 71-betop-controllers.rules; fi +if [ "${CYPRUS:-YES}" == "YES" ]; then install_rules 71-cypress_semiconductor_corp.rules; fi if [ "${GOOGLE:-YES}" == "YES" ]; then install_rules 71-google-controllers.rules; fi if [ "${HORI:-YES}" == "YES" ]; then install_rules 71-hori-controllers.rules; fi if [ "${HTCVR:-YES}" == "YES" ]; then install_rules 71-htc-vr.rules; fi |