summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-07-18 16:23:02 -0700
committerTrevor Bramble2017-07-18 16:34:51 -0700
commit1f11994ca38255a6527053da274004a023ce1d55 (patch)
tree1ce5eeb7637020ea5087471bcf39c7e439d5466b
parent3bb53a4370adf95db6fe76e6cba3c40595d9148e (diff)
downloadaur-1f11994ca38255a6527053da274004a023ce1d55.tar.gz
Update pkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8323a8a01fa5..884337cff6e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
-# Generated by mksrcinfo v8
-# Sun Apr 16 15:33:07 UTC 2017
pkgbase = habitat-git
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.20.0.r64.g232f7c63
+ pkgver = 0.26.1.r38.gebce1f5f
pkgrel = 1
url = https://www.habitat.sh/
arch = x86_64
license = Apache
+ makedepends = git
makedepends = cargo
depends = libarchive
depends = libsodium
+ provides = habitat
+ conflicts = habitat-bin
+ conflicts = habitat-git
source = habitat-git::git+https://github.com/habitat-sh/habitat.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b261a2da0893..bb91b0b5f6bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-git
-pkgver=0.20.0.r64.g232f7c63
+pkgver=0.26.1.r38.gebce1f5f
pkgrel=1
pkgdesc="Application automation framework that allows you to build applications that have automation built-in"
arch=('x86_64')