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