amp: rebuild with libressl-2.8

This commit is contained in:
Johannes 2018-10-19 14:36:58 +02:00
parent 2563a4dd95
commit 498a4f6f60

View file

@ -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
}