From 9847fc85f8e42b07ab7a417e9f05a7c7f5502df8 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 15:43:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {strelaysrv-bin => relaysrv-bin}/lure.sh | 2 +- syncthing-bin/lure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {strelaysrv-bin => relaysrv-bin}/lure.sh (98%) diff --git a/strelaysrv-bin/lure.sh b/relaysrv-bin/lure.sh similarity index 98% rename from strelaysrv-bin/lure.sh rename to relaysrv-bin/lure.sh index 988a3b7..4e44883 100644 --- a/strelaysrv-bin/lure.sh +++ b/relaysrv-bin/lure.sh @@ -1,4 +1,4 @@ -name='strelaysrv-bin' +name='relaysrv-bin' version='1.22.1' release='1' desc='This is the relay server for the syncthing project.' diff --git a/syncthing-bin/lure.sh b/syncthing-bin/lure.sh index 8e79371..011cddd 100644 --- a/syncthing-bin/lure.sh +++ b/syncthing-bin/lure.sh @@ -8,7 +8,7 @@ architectures=('amd64') license=('MPL-2.0') provides=('syncthing') conflicts=('syncthing') -deps=('glibc' 'strelaysrv-bin') +deps=('glibc' 'relaysrv') deps_debian=('libc6') build_deps=('git' 'go')