summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2017-04-16 10:56:56 -0400
committerDavid Parrish2017-04-16 10:56:56 -0400
commit899c19af75141b9956d2174f54f5d713ba1ad246 (patch)
tree67fc637d3edec31919624b4049a67bde3f39eb1d
parent878473bc43287a36838fd347663e96c076709fcd (diff)
downloadaur-899c19af75141b9956d2174f54f5d713ba1ad246.tar.gz
Add dependencies for libarchive and libsodium based on namcap errors
-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')