From 7389c397a07ff04b007ba5fcf253d6754dcb2f32 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 22 Feb 2018 22:55:54 -0500 Subject: [PATCH] gotty: rebuild with go-1.10 --- srcpkgs/gotty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gotty/template b/srcpkgs/gotty/template index 3b36ae9ec24..48d607f3373 100644 --- a/srcpkgs/gotty/template +++ b/srcpkgs/gotty/template @@ -1,7 +1,7 @@ # Template file for 'gotty' pkgname=gotty version=1.0.1 -revision=4 +revision=5 build_style=go go_import_path="github.com/yudai/gotty" hostmakedepends="git-perl"