summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Whittington2018-02-13 14:28:59 +0000
committerJohn Whittington2018-02-13 14:28:59 +0000
commita36a0794e205d4d33ee17ee19801ec1f4c7b5841 (patch)
tree72133650c0f5253434c27edb9d0c07dae34dde48 /PKGBUILD
parent4006e57b687558e3ec1309e39111fcb0b85421c2 (diff)
downloadaur-a36a0794e205d4d33ee17ee19801ec1f4c7b5841.tar.gz
Fix avr-dude to avrdude optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 037e0d095834..f29923bafa4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arduino-samd-core
pkgver=1.6.16
-pkgrel=1
+pkgrel=2
pkgdesc="Arduino support for SAMD21 series ARM 32 bit microcontrollers (used on Arduino M0 Pro, MKR1000, Arduino Zero etc.)"
arch=('any')
url="https://github.com/arduino/ArduinoCore-samd"
@@ -11,7 +11,7 @@ depends=('arm-none-eabi-gcc'
'openocd')
makedepends=('')
optdepends=('arduino: Arduino IDE: IDE'
- 'avr-dude: M0 uploading support'
+ 'avrdude: M0 uploading support'
'bossa: Zero uploading support')
options=(!strip)
source=("https://github.com/arduino/ArduinoCore-samd/archive/1.6.16.tar.gz"