summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-09-19 12:37:16 -0700
committerTrevor Bramble2018-09-19 12:37:16 -0700
commit708c31f26129961e098d1f268cca7af60fc04592 (patch)
tree4aeeb818074d627313ab0e0e4bb8e36c206b042d
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
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0055720c68b..fb77dfb11f91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Sep 14 21:47:08 UTC 2018
+# Wed Sep 19 19:36:26 UTC 2018
pkgbase = habitat-git
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.63.0.r7.g372082b71
- pkgrel = 1
+ pkgver = 0.63.0.r68.ga37fae724
+ pkgrel = 2
url = https://www.habitat.sh/
arch = x86_64
license = Apache
@@ -12,6 +12,7 @@ pkgbase = habitat-git
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 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')