amp: update to 0.5.1.

This commit is contained in:
maxice8 2018-10-04 06:47:15 -03:00 committed by maxice8
parent 3af4409b62
commit cd2901f10b

View file

@ -1,7 +1,7 @@
# Template file for 'amp'
pkgname=amp
version=0.5.0
revision=2
version=0.5.1
revision=1
hostmakedepends="cargo cmake git perl pkg-config python3"
makedepends="libcurl-devel libgit2-devel libxcb-devel"
short_desc="A complete text editor for your terminal"
@ -10,11 +10,10 @@ 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=364c389967e9fc40490f66ffc7c80d1fc8c54fe792d2e60b1da05e68cf91a061
checksum=c4090ca66be597c833c29578a69457087d9f17236d1c8bf430d14a9e7d3cb50b
nocross=yes
do_build() {
cargo update --package openssl-sys --precise 0.9.28
export LIBGIT2_SYS_USE_PKG_CONFIG=1
cargo build --release ${makejobs}
}