From b9385c4d17d757866d815bdeaf3ed862c81d3683 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 23 Apr 2018 13:23:02 +0200 Subject: [PATCH] amp: fix with libressl-2.7 --- srcpkgs/amp/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/amp/template b/srcpkgs/amp/template index 0229c08788f..12a5ee63009 100644 --- a/srcpkgs/amp/template +++ b/srcpkgs/amp/template @@ -1,9 +1,10 @@ # Template file for 'amp' pkgname=amp version=0.3.4 -revision=1 +revision=2 hostmakedepends="cargo git python3 pkg-config cmake perl" -makedepends="libxcb-devel libressl-devel zlib-devel" +makedepends="libxcb-devel libressl-devel zlib-devel libcurl-devel libssh2-devel + libgit2-devel" short_desc="A complete text editor for your terminal" maintainer="Wilson Birney " license="GPL-3" @@ -13,6 +14,8 @@ checksum=c950560292984d135ed5c92c87a2969a7b2b2d3ab97c5d4d5f66075edbc95169 nocross=yes do_build() { + cargo update --package openssl-sys --precise 0.9.28 + export LIBGIT2_SYS_USE_PKG_CONFIG=1 cargo build --release ${makejobs} }