From 448e7efea4070db3ecbc7389e03188fda9818bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 18 Feb 2021 23:19:58 -0300 Subject: [PATCH] gobuster: add git back to hostmakedepends. Might be necessary for building in some situations. --- srcpkgs/gobuster/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/gobuster/template b/srcpkgs/gobuster/template index 60e075b3182a9b..c5427cd4339ba6 100644 --- a/srcpkgs/gobuster/template +++ b/srcpkgs/gobuster/template @@ -4,6 +4,7 @@ version=3.1.0 revision=2 build_style=go go_import_path=github.com/OJ/gobuster/v3 +hostmakedepends="git" short_desc="Directory, file and DNS busting tool" maintainer="Andrew Benson " license="Apache-2.0"