From 4f6888a2fc672a96e7043350b356fc78b961f5ae Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 22:59:01 -0400 Subject: [PATCH] peco: rebuild for go-1.23.0 --- srcpkgs/peco/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/peco/template b/srcpkgs/peco/template index c3aa52df0a2..1ada4ee89f8 100644 --- a/srcpkgs/peco/template +++ b/srcpkgs/peco/template @@ -1,7 +1,7 @@ # Template file for 'peco' pkgname=peco version=0.5.11 -revision=3 +revision=4 build_style=go go_import_path="github.com/peco/peco" go_package="${go_import_path}/cmd/peco"