[arch-commits] Commit in arduino/trunk (PKGBUILD)
NicoHood
nicohood at archlinux.org
Sun Aug 16 08:26:15 UTC 2020
Date: Sunday, August 16, 2020 @ 08:26:14
Author: nicohood
Revision: 680834
upgpkg: arduino 1:1.8.13-2
Compile with java 8, so it should run with jre 8 as well
Modified:
arduino/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-16 08:24:55 UTC (rev 680833)
+++ PKGBUILD 2020-08-16 08:26:14 UTC (rev 680834)
@@ -10,7 +10,7 @@
pkgname=arduino
pkgver=1.8.13
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Arduino prototyping platform SDK"
arch=('x86_64')
@@ -17,7 +17,7 @@
url="https://github.com/arduino/Arduino"
license=('GPL' 'LGPL')
depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime>=8' 'arduino-builder')
-makedepends=('java-environment>=8' 'ant' 'unzip' 'asciidoc')
+makedepends=('java-environment=8' 'ant' 'unzip' 'asciidoc')
optdepends=('arduino-docs: Offline documentation for arduino'
'arduino-avr-core: AVR core with upstream avr-gcc and avrdude'
'python2: Intel Galileo Board installation')
More information about the arch-commits
mailing list