summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrevor Bramble2018-09-19 11:27:17 -0700
committerTrevor Bramble2018-09-19 11:27:17 -0700
commit34d1b10545978f833c7ea5b7ad6ce192de96801c (patch)
tree32e9ea493967ea2012835091d26a8276c2ed455b /PKGBUILD
parent063b2b1f9696bab24dd333eaea526c529b25ac21 (diff)
downloadaur-34d1b10545978f833c7ea5b7ad6ce192de96801c.tar.gz
Add openssl version constraint
The openssl crate can't detect OpenSSL 1.1.1 and won't build. https://github.com/koute/cargo-web/issues/139
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')