summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e665b26d89cf..9099c3c3dd3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Sep 14 21:34:50 UTC 2018
+# Wed Sep 19 18:27:00 UTC 2018
pkgbase = habitat
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
pkgver = 0.63.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.habitat.sh/
arch = x86_64
license = Apache
@@ -12,6 +12,7 @@ pkgbase = habitat
makedepends = zeromq
depends = libarchive
depends = libsodium
+ depends = openssl<1.1.1
provides = habitat
conflicts = habitat-bin
conflicts = habitat-git
diff --git a/PKGBUILD b/PKGBUILD
index b0de75f3269d..691a4f6c0994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=habitat
pkgver=0.63.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')
+depends=('libarchive' 'libsodium' 'openssl<1.1.1')
makedepends=('git' 'cargo' 'zeromq')
provides=('habitat')
conflicts=('habitat-bin' 'habitat-git')