diff options
author | Loen | 2016-07-21 15:10:03 +0000 |
---|---|---|
committer | Loen | 2016-07-21 15:10:03 +0000 |
commit | fc350048d3c1ea3fc49ff13e0414a472aa7dfb03 (patch) | |
tree | cf491d2eac27431d54d4fa40794f3e46f01214c6 /PKGBUILD | |
parent | 3f7e8c5dcd507dd5dfe1c8671a9dbe1b36d7a8f9 (diff) | |
download | aur-fc350048d3c1ea3fc49ff13e0414a472aa7dfb03.tar.gz |
Changing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ pkgdesc="Arduino prototyping platform SDK" arch=('i686' 'x86_64' 'armv6h' 'armv7h') url="https://github.com/arduino/Arduino" license=('GPL' 'LGPL') -depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'jre8-openjdk' 'avrdude') -makedepends=('jdk8-openjdk' 'apache-ant') +depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 'avrdude') +makedepends=('java-environment=8' 'apache-ant') provides=('arduino') conflicts=('arduino-bin' 'arduino-git') install="arduino.install" |