From a7ba5452a4ca8bcd1c44f9194d8f46159fa076a9 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 22 Feb 2018 22:55:46 -0500 Subject: [PATCH] xurls: rebuild with go-1.10 --- srcpkgs/xurls/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xurls/template b/srcpkgs/xurls/template index e92d9dfe03..9315e1fe9f 100644 --- a/srcpkgs/xurls/template +++ b/srcpkgs/xurls/template @@ -1,7 +1,7 @@ # Template file for 'xurls' pkgname=xurls version=1.1.0 -revision=2 +revision=3 build_style=go go_import_path="github.com/mvdan/${pkgname}" go_package="${go_import_path}/cmd/${pkgname}"