amp: update to 0.4.0. (#414)
This commit is contained in:
parent
c617cb0d47
commit
c3af6abdd6
1 changed files with 7 additions and 8 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'amp'
|
# Template file for 'amp'
|
||||||
pkgname=amp
|
pkgname=amp
|
||||||
version=0.3.4
|
version=0.4.0
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="cargo git python3 pkg-config cmake perl"
|
hostmakedepends="cargo cmake git perl pkg-config python3"
|
||||||
makedepends="libxcb-devel libressl-devel zlib-devel libcurl-devel libssh2-devel
|
makedepends="libcurl-devel libgit2-devel libxcb-devel"
|
||||||
libgit2-devel"
|
|
||||||
short_desc="A complete text editor for your terminal"
|
short_desc="A complete text editor for your terminal"
|
||||||
maintainer="Wilson Birney <wpb@360scada.com>"
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jmacdonald/amp"
|
homepage="https://amp.rs"
|
||||||
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
|
distfiles="https://github.com/jmacdonald/amp/archive/${version}.tar.gz"
|
||||||
checksum=c950560292984d135ed5c92c87a2969a7b2b2d3ab97c5d4d5f66075edbc95169
|
checksum=6bb6f5da2b14776f677a2ca7781eb82532181806975ecd92496c232ef3347266
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in a new issue