From 0ebda701d64d584b84dbe9f10bbe203d1525a8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 14 Jul 2024 00:52:38 +0300 Subject: [PATCH] fix libusb deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Евгений Храмов --- avrdude/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' )