From 393aec4a50679edffa5d873c610fa95faab43058 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 22 Oct 2022 14:50:25 +0300 Subject: [PATCH] fix --- strelaysrv/lure.sh | 2 +- syncthing/lure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/strelaysrv/lure.sh b/strelaysrv/lure.sh index a703d15..a0e9431 100644 --- a/strelaysrv/lure.sh +++ b/strelaysrv/lure.sh @@ -9,7 +9,7 @@ provides='syncthing-relaysrv' conflicts='syncthing-relaysrv' deps_amd64=('glibc') build_deps=('git' 'go') -sources_amd64=("https://github.com/syncthing/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz" +sources_amd64=("https://github.com/syncthing/relaysrv/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz" "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.service" "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.tmpfiles" "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.sysusers") diff --git a/syncthing/lure.sh b/syncthing/lure.sh index d00217e..dbbb9e0 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -7,7 +7,7 @@ architectures='amd64' licenses='MPL' provides='syncthing' conflicts='syncthing' -deps_amd64=('glibc') +deps_amd64=('glibc' 'strelaysrv') build_deps=('git' 'go') sources_amd64=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz") checksums=('SKIP')