From a51e5d721f17f22057c870912dcdb45676ceac99 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 1 May 2022 12:52:07 +0200 Subject: [PATCH] minio: remove git build dep --- srcpkgs/minio/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/minio/template b/srcpkgs/minio/template index 58d745f326b..06cf90aec4a 100644 --- a/srcpkgs/minio/template +++ b/srcpkgs/minio/template @@ -7,7 +7,6 @@ wrksrc=${pkgname}-RELEASE.${_version} build_style=go go_import_path="github.com/minio/minio" conf_files="/etc/default/minio /etc/minio/config.json" -hostmakedepends="git" short_desc="Object storage server compatible with Amazon S3" maintainer="Gerardo Di Iorio " license="Apache-2.0"