From 1fac60bc84db8e1b2cce7cccd17903d15e221176 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/archiver/template b/srcpkgs/archiver/template index b63712329a7..0543b67efbe 100644 --- a/srcpkgs/archiver/template +++ b/srcpkgs/archiver/template @@ -1,11 +1,10 @@ # 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" maintainer="Orphaned " license="MIT"