From 901c5aecbd5f7006cc4afafd54992566bfcda734 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 15:09:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=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 --- syncthing-bin/lure.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) mode change 100755 => 100644 syncthing-bin/lure.sh diff --git a/syncthing-bin/lure.sh b/syncthing-bin/lure.sh old mode 100755 new mode 100644 index e36db06..8e79371 --- a/syncthing-bin/lure.sh +++ b/syncthing-bin/lure.sh @@ -8,10 +8,9 @@ architectures=('amd64') license=('MPL-2.0') provides=('syncthing') conflicts=('syncthing') -deps_amd64=('glibc' 'strelaysrv') -deps_amd64_debian=('libc6') +deps=('glibc' 'strelaysrv-bin') +deps_debian=('libc6') build_deps=('git' 'go') -build_deps_debian=('git' 'golang') sources_amd64=("https://github.com/${provides}/${provides}/releases/download/v${version}/${provides}-linux-amd64-v${version}.tar.gz") checksums_amd64=('SKIP')