fzf: update to 0.17.4.

This commit is contained in:
maxice8 2018-06-09 23:13:25 -03:00 committed by lemmi
parent cfc29946b4
commit 7d44330908

View file

@ -1,17 +1,18 @@
# Template file for 'fzf' # Template file for 'fzf'
pkgname=fzf pkgname=fzf
version=0.17.3 version=0.17.4
revision=5 revision=1
build_style=go build_style=go
go_import_path="github.com/junegunn/fzf" go_import_path="github.com/junegunn/fzf"
maintainer="Leah Neukirchen <leah@vuxu.org>"
hostmakedepends="git" hostmakedepends="git"
makedepends="ncurses-devel" makedepends="ncurses-devel"
short_desc="Command-line fuzzy finder"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"
homepage="https://github.com/junegunn/fzf" homepage="https://github.com/junegunn/fzf"
short_desc="Command-line fuzzy finder" changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz" distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
checksum=e843904417adf926613431e4403fded24fade56269446e92aac6ff1db86af81e checksum=a4b009638266b116f422d159cd1e09df64112e6ae3490964db2cd46636981ff0
post_install() { post_install() {
cd ${wrksrc} cd ${wrksrc}