summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0be27ced352..930e0caa1b39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 16 14:51:14 UTC 2017
+# Sun Apr 16 14:56:06 UTC 2017
pkgbase = habitat
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
pkgver = 0.20.0
@@ -8,6 +8,8 @@ pkgbase = habitat
arch = x86_64
license = Apache
makedepends = cargo
+ depends = libarchive
+ depends = libsodium
source = habitat::git+https://github.com/habitat-sh/habitat.git#tag=0.20.0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1bbdef8e0c5d..719574c8eeed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Application automation framework that allows you to build applications
arch=('x86_64')
url="https://www.habitat.sh/"
license=('Apache')
-depends=()
+depends=('libarchive' 'libsodium')
makedepends=('cargo')
source=("${pkgname}::git+https://github.com/habitat-sh/habitat.git#tag=${pkgver}")
sha256sums=('SKIP')