From 4b13b8789315b9a529a96d6d19008390f9ecd116 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 16:50:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6?= =?UTF-8?q?=D0=BA=D0=B8=20deb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noisetorch/lure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index 6bd0a81..ec02567 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -9,7 +9,8 @@ provides=('noisetorch') conflicts=('noisetorch') deps_amd64=('git' 'go') -build_deps=('git' 'go') +deps_amd64_debian=('git' 'golang') +build_deps_debian=('git' 'golang') sources_amd64=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}") checksums_amd64=('4a30650314a6f83d979f3303d49618847ba58e39e3e26482dfe58b5e261c5611')