From 1cd6a8f1a8ca0063a2a5dda1828c22cac513bcf4 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 26 Oct 2017 08:36:03 +0000 Subject: [PATCH] peco: rebuild with go-1.9.2 --- srcpkgs/peco/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/peco/template b/srcpkgs/peco/template index 35aa6094473..f56593628c6 100644 --- a/srcpkgs/peco/template +++ b/srcpkgs/peco/template @@ -1,7 +1,7 @@ # Template file for 'peco' pkgname=peco version=0.5.1 -revision=4 +revision=5 build_style=go go_import_path="github.com/peco/peco" go_package="${go_import_path}/cmd/peco"