diff --git a/avrdude/alr.sh b/avrdude/alr.sh index a8a9d0f..4913d28 100644 --- a/avrdude/alr.sh +++ b/avrdude/alr.sh @@ -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="Евгений Храмов " @@ -14,7 +14,7 @@ deps=( 'elfutils' 'hidapi' 'libftdi' - 'libusb-compat-0.1' + 'libusb' 'readline' )