summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicoHood2016-07-27 13:38:22 +0200
committerNicoHood2016-07-27 13:38:22 +0200
commitb85083eacf2082ab2657686c0ae6458f3e3e7c89 (patch)
treef08f6449390f960d92aea66b09e92c60372496f6
parentfc350048d3c1ea3fc49ff13e0414a472aa7dfb03 (diff)
downloadaur-b85083eacf2082ab2657686c0ae6458f3e3e7c89.tar.gz
Added unzip makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a7b9ea85090..7096ba4c9b36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arduino
pkgdesc = Arduino prototyping platform SDK
pkgver = 1.6.9
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/arduino/Arduino
install = arduino.install
@@ -13,6 +13,7 @@ pkgbase = arduino
license = LGPL
makedepends = java-environment=8
makedepends = apache-ant
+ makedepends = unzip
depends = gtk2
depends = desktop-file-utils
depends = shared-mime-info
diff --git a/PKGBUILD b/PKGBUILD
index d62fb1fbba04..fc4ce2d0ba6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
pkgname=arduino
pkgver=1.6.9
-pkgrel=3
+pkgrel=4
epoch=1
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' 'java-runtime=8' 'avrdude')
-makedepends=('java-environment=8' 'apache-ant')
+makedepends=('java-environment=8' 'apache-ant' 'unzip')
provides=('arduino')
conflicts=('arduino-bin' 'arduino-git')
install="arduino.install"