summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-07-18 16:30:05 -0700
committerTrevor Bramble2017-07-18 16:30:05 -0700
commitc0c0bb05000aa7ca2c00b744b4fa09d1e5bd30a2 (patch)
treea3af34a5f42a923eb2606831de0e21ff9061507e
parenta2b4341cf3f3d73a16cd3662e71a277b0c9345a9 (diff)
downloadaur-c0c0bb05000aa7ca2c00b744b4fa09d1e5bd30a2.tar.gz
Update .SRCINFO
I'm learning. =^)
-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/"