fzf: remove confusing and unused private var.
This commit is contained in:
parent
c909e9250e
commit
7af365dc21
1 changed files with 1 additions and 3 deletions
|
@ -2,8 +2,6 @@
|
|||
pkgname=fzf
|
||||
version=0.10.0
|
||||
revision=2
|
||||
_version=${version}
|
||||
wrksrc=${pkgname}-${_version}
|
||||
build_style=go
|
||||
go_import_path="github.com/junegunn/fzf/src"
|
||||
go_package="github.com/junegunn/fzf/src/fzf"
|
||||
|
@ -13,7 +11,7 @@ makedepends=ncurses-devel
|
|||
license="MIT"
|
||||
homepage="https://github.com/junegunn/fzf"
|
||||
short_desc="A command-line fuzzy finder"
|
||||
distfiles="https://github.com/junegunn/fzf/archive/${_version}.tar.gz"
|
||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||
checksum=7d0b3ced40c99934590e3b0a2302a79ca13f36b7558d1643a89b1800021252ee
|
||||
|
||||
# Needs cgo to build, which doesn't work when cross-compiling.
|
||||
|
|
Loading…
Reference in a new issue