amp: update to 0.6.0.

This commit is contained in:
travankor 2019-09-05 01:58:03 -07:00 committed by Helmut Pozimski
parent 797868e61b
commit 1d8734b984

View file

@ -1,20 +1,20 @@
# Template file for 'amp'
pkgname=amp
version=0.5.2
revision=3
version=0.6.0
revision=1
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"
short_desc="Complete text editor for your terminal"
maintainer="Wilson Birney <wpb@360scada.com>"
license="GPL-3.0-or-later"
homepage="https://amp.rs"
changelog="https://raw.githubusercontent.com/jmacdonald/amp/master/CHANGELOG.md"
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
checksum=e1f22a829205cf44f8c3fcf5660dbdb9a3c5a1f64b92c67dcdb75a30ad7e5a60
checksum=3529e9aa51df80ff3bd9db340423bf0975b58473fc0a307ea6eee799089ee2e2
export LIBGIT2_SYS_USE_PKG_CONFIG=1
pre_build() {
cargo update --package openssl-sys --precise 0.9.46
cargo update --package openssl-sys --precise 0.9.49
}