From 498a4f6f6093ad131e8b10b7d533e7951310141d Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 19 Oct 2018 14:36:58 +0200 Subject: [PATCH] amp: rebuild with libressl-2.8 --- srcpkgs/amp/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/amp/template b/srcpkgs/amp/template index 0f0d63c656..0b14e32431 100644 --- a/srcpkgs/amp/template +++ b/srcpkgs/amp/template @@ -1,7 +1,8 @@ # Template file for 'amp' pkgname=amp version=0.5.1 -revision=2 +revision=3 +build_style=cargo hostmakedepends="cmake git perl pkg-config python3" makedepends="libcurl-devel libgit2-devel libxcb-devel" short_desc="A complete text editor for your terminal" @@ -12,7 +13,8 @@ changelog="https://raw.githubusercontent.com/jmacdonald/amp/master/CHANGELOG.md" distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz" checksum=c4090ca66be597c833c29578a69457087d9f17236d1c8bf430d14a9e7d3cb50b +export LIBGIT2_SYS_USE_PKG_CONFIG=1 + pre_build() { - cargo update --package openssl-sys --precise 0.9.28 - export LIBGIT2_SYS_USE_PKG_CONFIG=1 + cargo update --package openssl-sys --precise 0.9.39 }