amp: rebuild with libressl-2.8
This commit is contained in:
parent
2563a4dd95
commit
498a4f6f60
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'amp'
|
# Template file for 'amp'
|
||||||
pkgname=amp
|
pkgname=amp
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=2
|
revision=3
|
||||||
|
build_style=cargo
|
||||||
hostmakedepends="cmake git perl pkg-config python3"
|
hostmakedepends="cmake git perl pkg-config python3"
|
||||||
makedepends="libcurl-devel libgit2-devel libxcb-devel"
|
makedepends="libcurl-devel libgit2-devel libxcb-devel"
|
||||||
short_desc="A complete text editor for your terminal"
|
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"
|
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
|
||||||
checksum=c4090ca66be597c833c29578a69457087d9f17236d1c8bf430d14a9e7d3cb50b
|
checksum=c4090ca66be597c833c29578a69457087d9f17236d1c8bf430d14a9e7d3cb50b
|
||||||
|
|
||||||
|
export LIBGIT2_SYS_USE_PKG_CONFIG=1
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cargo update --package openssl-sys --precise 0.9.28
|
cargo update --package openssl-sys --precise 0.9.39
|
||||||
export LIBGIT2_SYS_USE_PKG_CONFIG=1
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue