From ffa0d6ecb913295b7555c6881058d361f6d24ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 19 Feb 2021 01:28:50 -0300 Subject: [PATCH] xurls: fix go_import_path. --- srcpkgs/xurls/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xurls/template b/srcpkgs/xurls/template index 4bf77a78e92..03a9960c67d 100644 --- a/srcpkgs/xurls/template +++ b/srcpkgs/xurls/template @@ -1,10 +1,10 @@ # Template file for 'xurls' pkgname=xurls version=2.2.0 -revision=1 +revision=2 build_style=go -go_import_path="github.com/mvdan/${pkgname}" -go_package="${go_import_path}/cmd/${pkgname}" +go_import_path="mvdan.cc/xurls/v2" +go_package="${go_import_path}/cmd/xurls" hostmakedepends="git" short_desc="Extract urls from text" maintainer="Orphaned "