From 9d47f5e0345224c53b0069dced9f98ba8c68e056 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 15:45:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncthing-bin/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing-bin/lure.sh b/syncthing-bin/lure.sh index 011cddd..733b4f1 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' 'relaysrv') +deps=('glibc' 'syncthing-relaysrv') deps_debian=('libc6') build_deps=('git' 'go')