summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicoHood2016-07-27 14:02:41 +0200
committerNicoHood2016-07-27 14:02:41 +0200
commit7dde6b3541b6fcb9824f37ea437b10cba796c966 (patch)
tree00ff05ec09e4a14b96e824af6f7009a2d15a90d8
parent6ea2d587f6104d101cc0c1ef8aef16431b8d8f57 (diff)
downloadaur-7dde6b3541b6fcb9824f37ea437b10cba796c966.tar.gz
Added missing unzip makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f77ecb488e4f..4315b08847b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arduino-git
pkgdesc = Arduino prototyping platform SDK
- pkgver = 1.6.9.r53.g6521a7a
+ pkgver = 1.6.10.r0.g3db7ec2
pkgrel = 1
url = https://github.com/arduino/Arduino
install = arduino.install
@@ -12,6 +12,7 @@ pkgbase = arduino-git
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 9f3c912211ba..8045fb6e53da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Christopher Loen <christopherloen at gmail dot com>
pkgname=arduino-git
-pkgver=1.6.9.r53.g6521a7a
+pkgver=1.6.10.r0.g3db7ec2
pkgrel=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')
options=(!strip staticlibs)
install="arduino.install"
provides=('arduino')