We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a408ba7 commit 7e233a1Copy full SHA for 7e233a1
PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Handheld Daemon. A tool for managing the quirks of handheld devices.'
6
arch=('x86_64')
7
url='https://github.com/hhd-dev/hhd'
8
license=('GPL-3.0-or-later' 'MIT')
9
-depends=('python' 'python-setuptools' 'python-evdev' 'python-rich' 'python-yaml' 'python-xlib' 'libusb' 'python-pyserial')
+depends=('python' 'python-setuptools' 'python-evdev' 'python-rich' 'python-yaml' 'python-xlib' 'libusb' 'python-pyserial' 'lsof')
10
optdepends=('hhd-user: allows running hhd as a user service.')
11
makedepends=('python-'{'build','installer','setuptools','wheel'})
12
source=("https://pypi.python.org/packages/source/h/hhd/hhd-${pkgver}.tar.gz")
0 commit comments