summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Hasse2023-08-22 17:05:04 -0500
committerChristopher Hasse2023-08-22 17:05:04 -0500
commitbd569bbe91b4882e016bf279f9cf5c2d5f1440d9 (patch)
tree4de83757459a0ab715d78f2d0789993c78d10feb /PKGBUILD
parent14bce12f9dd6857c6a43bb99325d554ca2e2a9f0 (diff)
downloadaur-bd569bbe91b4882e016bf279f9cf5c2d5f1440d9.tar.gz
Add setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10a60fe2ec7b..848577377621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nissen22
_pkgname=joycond-cemuhook
pkgname=${_pkgname}-git
-pkgver=r118.4844332
+pkgver=r120.3c0e073
pkgrel=1
pkgdesc="Support for cemuhook's UDP protocol for joycond devices"
arch=("any")
@@ -9,7 +9,7 @@ url="https://github.com/joaorb64/joycond-cemuhook"
license=("unknown")
depends=("joycond-git" "python" "python-termcolor" "python-evdev" "python-dbus-common" "python-pyudev" "upower" "systemd-libs")
-makedepends=("git" "python-build" "python-installer" "python-wheel")
+makedepends=("git" "python-build" "python-installer" "python-wheel" "python-setuptools")
conflicts=("${_pkgname}")
optdepends=('nintendo-udev: Udev rules for switch controllers', 'hid-nintendo-dkms: Kernel module with switch controller support.')