summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 210208b480b5..f6f79d5a6ba0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Dec 2 01:39:08 UTC 2017
+# Fri Dec 29 21:37:10 UTC 2017
pkgbase = habitat
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
pkgver = 0.50.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.habitat.sh/
arch = x86_64
license = Apache
makedepends = cargo
+ makedepends = zeromq
depends = libarchive
depends = libsodium
provides = habitat
diff --git a/PKGBUILD b/PKGBUILD
index 58221aca6dd8..d1cf700fde16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=habitat
pkgver=0.50.3
-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=('cargo')
+makedepends=('cargo' 'zeromq')
provides=('habitat')
conflicts=('habitat-bin' 'habitat-git')
source=("${pkgname}::git+https://github.com/habitat-sh/habitat.git#tag=${pkgver}")