archiver: fix go_import_path.

This template was building v1 of archiver, which it cloned at build
time.
This commit is contained in:
Érico Rolim 2021-02-18 23:18:27 -03:00 committed by Érico Nogueira Rolim
parent 1b0a897424
commit 37949a221f

View file

@ -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"