From 1e03c38e8cc747b0b96ebd5942b6926d6286a9ef Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Thu, 27 Oct 2022 11:43:48 +0300 Subject: [PATCH] shfmt + fix error --- noisetorch/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index 2e46713..4c65207 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -8,7 +8,7 @@ license=('GPLv3') provides=('noisetorch') conflicts=('noisetorch') -deps_amd64=('git go') +deps_amd64=('git' 'go') build_deps=('git' 'go') sources_amd64=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}")