fix depends: libusb-1.0 -> libusb
This commit is contained in:
parent
f713001552
commit
57fd496449
2
dist/arch/PKGBUILD
vendored
2
dist/arch/PKGBUILD
vendored
@ -8,7 +8,7 @@ pkgdesc="Lightweight daemon for controlling Elgato Stream Deck devices with a bu
|
|||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://github.com/Wakatron/streamdeck-lets-go"
|
url="https://github.com/Wakatron/streamdeck-lets-go"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('libusb-1.0')
|
depends=('libusb')
|
||||||
optdepends=('librsvg: SVG icon rendering'
|
optdepends=('librsvg: SVG icon rendering'
|
||||||
'fontconfig: system font detection')
|
'fontconfig: system font detection')
|
||||||
makedepends=('go>=1.26' 'git')
|
makedepends=('go>=1.26' 'git')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user