xurls: fix go_import_path.
This commit is contained in:
parent
f187c77f1f
commit
a27bec9438
1 changed files with 3 additions and 3 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue