archiver: fix go_import_path.
This template was building v1 of archiver, which it cloned at build time.
This commit is contained in:
parent
1b0a897424
commit
37949a221f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'archiver'
|
||||
pkgname=archiver
|
||||
version=3.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/mholt/archiver
|
||||
go_import_path=github.com/mholt/archiver/v3
|
||||
go_package="${go_import_path}/cmd/arc"
|
||||
hostmakedepends="git"
|
||||
short_desc="Easily create and extract common archive formats"
|
||||
|
|
Loading…
Reference in a new issue