From 64ca4b5bf398d2dfe1b49102f04ca9667b68b40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 18 Feb 2021 23:59:56 -0300 Subject: [PATCH] ipfs-cluster: clean up unnecessary hostmakedepends At least gx-go seems to have been forgotten in commit 31effcb4a1a21b4b0e209ba2618365ef17c0cc41, which removed the commands using gx from pre_build. --- srcpkgs/ipfs-cluster/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ipfs-cluster/template b/srcpkgs/ipfs-cluster/template index 281a5d1239e..ebb062d409c 100644 --- a/srcpkgs/ipfs-cluster/template +++ b/srcpkgs/ipfs-cluster/template @@ -5,7 +5,7 @@ revision=1 build_style=go go_import_path="github.com/ipfs/ipfs-cluster" go_package="${go_import_path}/cmd/ipfs-cluster-ctl ${go_import_path}/cmd/ipfs-cluster-service" -hostmakedepends="git wget gx-go" +hostmakedepends="git" depends="go-ipfs" short_desc="Collective pinning and composition for IPFS" maintainer="Toyam Cox "