From ac3aef517f886d6782acebed4042d000682433cf Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 7 Apr 2017 19:10:22 +0000 Subject: [PATCH] peco: rebuild with go 1.8.1 --- srcpkgs/peco/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/peco/template b/srcpkgs/peco/template index 73ad2f8117f..1f13abcdcb8 100644 --- a/srcpkgs/peco/template +++ b/srcpkgs/peco/template @@ -1,7 +1,7 @@ # Template file for 'peco' pkgname=peco version=0.5.1 -revision=1 +revision=2 build_style=go go_import_path="github.com/peco/peco" go_package="${go_import_path}/cmd/peco"