summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrevor Bramble2018-03-29 14:26:43 -0700
committerTrevor Bramble2018-03-29 14:27:21 -0700
commitdf4a504f2ec001b91df0ac9524826153158ac3e1 (patch)
tree0df41696c732082b4040c814ab6976667426ffde /PKGBUILD
parent05d4067af1c35e0e642fff54dce02947deb94aaf (diff)
downloadaur-df4a504f2ec001b91df0ac9524826153158ac3e1.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a121fdfdc872..fea5aad93516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=habitat
pkgver=0.55.0
-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' 'zeromq')
+makedepends=('git' 'cargo' 'zeromq')
provides=('habitat')
conflicts=('habitat-bin' 'habitat-git')
source=("${pkgname}::git+https://github.com/habitat-sh/habitat.git#tag=${pkgver}")