From d59560e695635219601c40c056f6872e1be5fdcb Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 2 Apr 2023 01:40:13 +0300 Subject: [PATCH] =?UTF-8?q?gcc=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D1=81=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noisetorch/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index 77efebc..e27cc09 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -9,7 +9,7 @@ license=('GPL-3.0-or-later') provides=('noisetorch') conflicts=('noisetorch') -build_deps=('git' 'go' 'make') +build_deps=('git' 'go' 'make' 'gcc') sources=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}") checksums=('SKIP')