From 8e6b3b3aa4586b86e58e8a71790d78aaad1c26bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 18 Feb 2021 14:59:33 -0300 Subject: [PATCH] gobuster: fix go_import_path. This allows us to remove git from hostmakedepends, since it was only being used to download v1 of gobuster in order to build that, instead of building the current version. Fixes #28846. --- srcpkgs/gobuster/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gobuster/template b/srcpkgs/gobuster/template index 79aa892e40c..60e075b3182 100644 --- a/srcpkgs/gobuster/template +++ b/srcpkgs/gobuster/template @@ -1,10 +1,9 @@ # Template file for 'gobuster' pkgname=gobuster version=3.1.0 -revision=1 +revision=2 build_style=go -go_import_path=github.com/OJ/gobuster -hostmakedepends="git" +go_import_path=github.com/OJ/gobuster/v3 short_desc="Directory, file and DNS busting tool" maintainer="Andrew Benson " license="Apache-2.0"