summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-03-29 14:26:43 -0700
committerTrevor Bramble2018-03-29 14:27:21 -0700
commitdf4a504f2ec001b91df0ac9524826153158ac3e1 (patch)
tree0df41696c732082b4040c814ab6976667426ffde
parent05d4067af1c35e0e642fff54dce02947deb94aaf (diff)
downloadaur-df4a504f2ec001b91df0ac9524826153158ac3e1.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 151e5aebfdd0..3a255ba32a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Mar 29 20:19:49 UTC 2018
+# Thu Mar 29 21:27:09 UTC 2018
pkgbase = habitat
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
pkgver = 0.55.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.habitat.sh/
arch = x86_64
license = Apache
+ makedepends = git
makedepends = cargo
makedepends = zeromq
depends = libarchive
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}")