fix libusb deps

Signed-off-by: Евгений Храмов <xpamych@yandex.ru>
This commit is contained in:
Евгений Храмов 2024-07-14 00:52:38 +03:00
parent c24636730e
commit 0ebda701d6

@ -1,7 +1,7 @@
name='avrdude'
epoch='1'
version='7.3'
release='1'
release='2'
desc='Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers'
homepage='https://github.com/avrdudes/avrdude/'
maintainer="Евгений Храмов <xpamych@yandex.ru>"
@ -14,7 +14,7 @@ deps=(
'elfutils'
'hidapi'
'libftdi'
'libusb-compat-0.1'
'libusb'
'readline'
)