From 5f75b48f45629567825f1ac38ea2f877ca5f3b0d Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 25 Aug 2018 00:04:56 -0700 Subject: [PATCH] pong-command: rebuild for go 1.11 --- srcpkgs/pong-command/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pong-command/template b/srcpkgs/pong-command/template index 54c630f7f39..e5b24b023e5 100644 --- a/srcpkgs/pong-command/template +++ b/srcpkgs/pong-command/template @@ -1,7 +1,7 @@ # Template file for 'pong-command' pkgname=pong-command version=2.02 -revision=1 +revision=2 build_style=go go_import_path=github.com/kurehajime/pong-command go_package="${go_import_path}/pong"