xurls: fix go_import_path.
This commit is contained in:
committed by
Érico Nogueira Rolim
parent
f187c77f1f
commit
a27bec9438
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user