system/ds4drv: Update deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dugan Chen 2024-07-28 07:49:35 +07:00 committed by Willy Sudiarto Raharjo
parent 99ee226e98
commit 53b2aea256
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ds4drv
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/chrippa/ds4drv/archive/v0.5.1/ds4drv-0.5.1.tar.gz"
MD5SUM="5a116106debdaaaed138d337282e1985"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pyudev python-evdev"
REQUIRES="python3-pyudev python3-evdev"
MAINTAINER="Dugan Chen"
EMAIL="thedoogster [at] gmail [dot] com"