From 7af365dc21a48b646a97910a7b819aec45f35a4c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 30 Jul 2015 07:12:37 +0200 Subject: [PATCH] fzf: remove confusing and unused private var. --- srcpkgs/fzf/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template index a8bc9696b5..14e13215da 100644 --- a/srcpkgs/fzf/template +++ b/srcpkgs/fzf/template @@ -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.