From fb12c74dc2fc68d185332b862da8880e898a35fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 18 Feb 2021 23:18:27 -0300 Subject: [PATCH] archiver: fix go_import_path. This template was building v1 of archiver, which it cloned at build time. --- srcpkgs/archiver/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/archiver/template b/srcpkgs/archiver/template index b63712329a7..05c5333c46a 100644 --- a/srcpkgs/archiver/template +++ b/srcpkgs/archiver/template @@ -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"