summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicoHood2016-08-27 09:13:46 +0200
committerNicoHood2016-08-27 09:13:46 +0200
commitd51e5126290b07aa85cd1e68c780d786e8849707 (patch)
tree5193881eb0ebf25551ffd023e174449e65c75e6e
parent254967afc25873e5dc30d9b74f03e11fceceaa79 (diff)
downloadaur-d51e5126290b07aa85cd1e68c780d786e8849707.tar.gz
Added arduino-builder symlink
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 813be2caa372..7a30219c3ffc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arduino
pkgdesc = Arduino prototyping platform SDK
pkgver = 1.6.11
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://github.com/arduino/Arduino
install = arduino.install
diff --git a/PKGBUILD b/PKGBUILD
index 77584d966d19..124bf08094b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=arduino
pkgver=1.6.11
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="Arduino prototyping platform SDK"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -39,8 +39,9 @@ package() {
# Copy the whole SDK
cp -a . "${pkgdir}/usr/share/arduino"
- # Create wrapper for java8 + documentation symlink
+ # Create wrapper for java8 + buider and documentation symlink
install -Dm755 "${srcdir}/arduino.sh" "${pkgdir}/usr/bin/arduino"
+ ln -s /usr/share/arduino/arduino-builder "${pkgdir}/usr/bin/arduino-builder"
ln -s /usr/share/arduino/reference "${pkgdir}/usr/share/doc/arduino"
# Fix avrdude (see https://github.com/arduino/Arduino/issues/5094)