summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrevor Bramble2018-09-19 12:37:16 -0700
committerTrevor Bramble2018-09-19 12:37:16 -0700
commit708c31f26129961e098d1f268cca7af60fc04592 (patch)
tree4aeeb818074d627313ab0e0e4bb8e36c206b042d /PKGBUILD
parentd94abfbf04e4d9d36e53b77fc8fd689860530d76 (diff)
downloadaur-708c31f26129961e098d1f268cca7af60fc04592.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--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 891df05ccdca..abf9bd401d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-git
-pkgver=0.63.0.r7.g372082b71
-pkgrel=1
+pkgver=0.63.0.r68.ga37fae724
+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')