From 277a1e41e35439c3c8cdfb07230eb4eb6617d20e Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 22 Oct 2022 14:46:18 +0300 Subject: [PATCH] fix --- syncthing/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/lure.sh b/syncthing/lure.sh index dbbb9e0..d00217e 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -7,7 +7,7 @@ architectures='amd64' licenses='MPL' provides='syncthing' conflicts='syncthing' -deps_amd64=('glibc' 'strelaysrv') +deps_amd64=('glibc') build_deps=('git' 'go') sources_amd64=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz") checksums=('SKIP')