summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-09-25 12:39:14 +0100
committerGrey Christoforo2019-09-25 12:39:14 +0100
commit790e7761f4dd8fce5b179751b3ef4f09b80fdd98 (patch)
tree21ec2b9b2136a556109d8f0c0ee49532b364cd21
parentd9a2d1c75a7449e00067f25276f17bc1e7e6c2c6 (diff)
downloadaur-790e7761f4dd8fce5b179751b3ef4f09b80fdd98.tar.gz
add deps note
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc99cfe659c5..013ece551c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/arduino/ArduinoCore-samd"
license=('GPL')
provides=('arduino-samd-core')
conflicts=('arduino-samd-core')
-depends=('avrdude' 'avr-gcc' 'avr-libc')
+depends=('avrdude' 'avr-gcc' 'avr-libc') ## this needs to be fixed to include arm compiler
options=(!strip !emptydirs)
source=("https://github.com/arduino/ArduinoCore-samd/archive/${pkgver}.tar.gz"
"platform.patch")