summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2e34825d535..ad578b9f40bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
-# Generated by mksrcinfo v8
-# Mon May 22 16:07:50 UTC 2017
pkgbase = habitat
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.24.1
- pkgrel = 1
+ pkgver = 0.26.1
+ pkgrel = 2
url = https://www.habitat.sh/
arch = x86_64
license = Apache
makedepends = cargo
depends = libarchive
depends = libsodium
- source = habitat::git+https://github.com/habitat-sh/habitat.git#tag=0.24.1
+ provides = habitat
+ conflicts = habitat-bin
+ conflicts = habitat-git
+ source = habitat::git+https://github.com/habitat-sh/habitat.git#tag=0.26.1
sha256sums = SKIP
pkgname = habitat
diff --git a/PKGBUILD b/PKGBUILD
index fff21775e282..89b4545c7077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=habitat
pkgver=0.26.1
-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/"