summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Whittington2018-02-13 14:28:59 +0000
committerJohn Whittington2018-02-13 14:28:59 +0000
commita36a0794e205d4d33ee17ee19801ec1f4c7b5841 (patch)
tree72133650c0f5253434c27edb9d0c07dae34dde48
parent4006e57b687558e3ec1309e39111fcb0b85421c2 (diff)
downloadaur-a36a0794e205d4d33ee17ee19801ec1f4c7b5841.tar.gz
Fix avr-dude to avrdude optdep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e9b01a12a1a..1cc0ea22a9a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = arduino-samd-core
pkgdesc = Arduino support for SAMD21 series ARM 32 bit microcontrollers (used on Arduino M0 Pro, MKR1000, Arduino Zero etc.)
pkgver = 1.6.16
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arduino/ArduinoCore-samd
arch = any
license = GPL
depends = arm-none-eabi-gcc
depends = openocd
optdepends = arduino: Arduino IDE: IDE
- optdepends = avr-dude: M0 uploading support
+ optdepends = avrdude: M0 uploading support
optdepends = bossa: Zero uploading support
options = !strip
source = https://github.com/arduino/ArduinoCore-samd/archive/1.6.16.tar.gz
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"