From 44c8dc5b0e5f00db0ac7867ebabe6e38799362be Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 25 May 2017 09:49:33 +0000 Subject: [PATCH] peco: rebuild with go-1.8.3 --- srcpkgs/peco/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/peco/template b/srcpkgs/peco/template index 1f13abcdcb8..e29bc809651 100644 --- a/srcpkgs/peco/template +++ b/srcpkgs/peco/template @@ -1,7 +1,7 @@ # Template file for 'peco' pkgname=peco version=0.5.1 -revision=2 +revision=3 build_style=go go_import_path="github.com/peco/peco" go_package="${go_import_path}/cmd/peco"