summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrevor Bramble2017-12-29 15:49:05 -0500
committerTrevor Bramble2017-12-29 15:49:05 -0500
commitff966d3db0307ea99773269998803edc088fecde (patch)
tree7dd9cfac1f97ecc0ada7a05ef55c5b544c84005f /PKGBUILD
parentba220b00b913f2d668a84b7f663e708d30ba4716 (diff)
downloadaur-ff966d3db0307ea99773269998803edc088fecde.tar.gz
Add zeromq to makedepends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b64136cd5938..f057e4c6ce3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=habitat-git
pkgver=0.51.0.r89.g658c61309
-pkgrel=1
+pkgrel=2
pkgdesc="Application automation framework that allows you to build applications that have automation built-in"
arch=('x86_64')
url="https://www.habitat.sh/"
license=('Apache')
depends=('libarchive' 'libsodium')
-makedepends=('git' 'cargo')
+makedepends=('git' 'cargo' 'zeromq')
provides=('habitat')
conflicts=('habitat-bin' 'habitat-git')
source=("${pkgname}::git+https://github.com/habitat-sh/habitat.git")