mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Arduino: fix requires
This commit is contained in:
@@ -6,7 +6,7 @@ used to write and upload computer code to the board."
|
||||
HOMEPAGE="http://arduino.org"
|
||||
COPYRIGHT="2016 Arduino S.r.l. - Italy"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/arduino-cli/arduino-version/releases/download/$portVersion/arduino-$portVersion-linux32.zip"
|
||||
CHECKSUM_SHA256="c80560935109121c4a8db6b34404bbdeb45e421584a895ca2277babc468f3b6a"
|
||||
SOURCE_DIR="arduino-$portVersion-linux32"
|
||||
@@ -41,7 +41,7 @@ REQUIRES="
|
||||
avr_binutils$secondaryArchSuffix
|
||||
avr_gcc$secondaryArchSuffix
|
||||
avr_libc$secondaryArchSuffix
|
||||
cmd:avrdude$secondaryArchSuffix
|
||||
cmd:avrdude
|
||||
java:runtime >= 8
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user