summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2017-04-16 10:56:56 -0400
committerDavid Parrish2017-04-16 10:56:56 -0400
commit899c19af75141b9956d2174f54f5d713ba1ad246 (patch)
tree67fc637d3edec31919624b4049a67bde3f39eb1d /PKGBUILD
parent878473bc43287a36838fd347663e96c076709fcd (diff)
downloadaur-899c19af75141b9956d2174f54f5d713ba1ad246.tar.gz
Add dependencies for libarchive and libsodium based on namcap errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')