summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2016-08-16 23:44:41 -0700
committerTyler Veness2016-08-16 23:44:41 -0700
commitc1a5a6be48025ab9c1d0a8003b811b50db01a1ad (patch)
tree3ac1bbee739d2f064c95ad0768c560dc70b40e09
parentca90f784cfdc21f5a09e5ecc33005703e4e81bbb (diff)
downloadaur-c1a5a6be48025ab9c1d0a8003b811b50db01a1ad.tar.gz
Added unzip to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa470fe3d306..2c4855ae104e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-frc-linux-gnueabi-wpilib
pkgdesc = The WPI FIRST Robotics Competition C/C++ library for the arm-frc-linux-gnueabi toolchain
pkgver = 2016.433
- pkgrel = 1
+ pkgrel = 2
url = https://usfirst.collab.net/sf/projects/wpilib/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = arm-frc-linux-gnueabi-wpilib
makedepends = git
makedepends = java-environment=8
makedepends = doxygen
+ makedepends = unzip
depends = arm-frc-linux-gnueabi-gcc
depends = gazebo
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 557af64c8633..61f99b6d10cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=arm-frc-linux-gnueabi-wpilib
pkgver=2016.433
-pkgrel=1
+pkgrel=2
pkgdesc="The WPI FIRST Robotics Competition C/C++ library for the arm-frc-linux-gnueabi toolchain"
arch=(i686 x86_64)
url="https://usfirst.collab.net/sf/projects/wpilib/"
license=('custom=FRC-BSD')
groups=('frc-2016')
depends=('arm-frc-linux-gnueabi-gcc' 'gazebo')
-makedepends=('git' 'java-environment=8' 'doxygen')
+makedepends=('git' 'java-environment=8' 'doxygen' 'unzip')
options=('!strip' 'libtool' 'staticlibs' '!emptydirs')
source=("git+git://github.com/wpilibsuite/allwpilib#tag=jenkins-release-2016.433")
sha512sums=('SKIP')