From cb690f96284a76c1b4a7766786746d42d2196504 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 15:03:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=B7=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noisetorch-bin/lure.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100755 => 100644 noisetorch-bin/lure.sh diff --git a/noisetorch-bin/lure.sh b/noisetorch-bin/lure.sh old mode 100755 new mode 100644 index a4b03b1..0b98db2 --- a/noisetorch-bin/lure.sh +++ b/noisetorch-bin/lure.sh @@ -9,10 +9,8 @@ license=('GPL-3.0-or-later') provides=('noisetorch') conflicts=('noisetorch') -deps_amd64=('git' 'go') -deps_amd64_debian=('git' 'golang') +deps=('git' 'go') build_deps=('git' 'go') -build_deps_debian=('git' 'golang') sources=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}") checksums=('SKIP')