xurls: fix go_import_path.

This commit is contained in:
Érico Rolim 2021-02-19 01:28:50 -03:00 committed by Érico Nogueira Rolim
parent f187c77f1f
commit a27bec9438

View file

@ -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 <orphan@voidlinux.org>"