diff --git a/syncthing-relaysrv-bin/lure.sh b/syncthing-relaysrv-bin/lure.sh index 51e139c..bfc6fb2 100644 --- a/syncthing-relaysrv-bin/lure.sh +++ b/syncthing-relaysrv-bin/lure.sh @@ -12,7 +12,7 @@ deps=('glibc') deps_debian=('libc6') build_deps=('git' 'go') -sources_amd64=("https://github.com/syncthing/relaysrv/releases/download/v${version}/${provides}-linux-amd64-v${version}.tar.gz" +sources=("https://github.com/syncthing/relaysrv/releases/download/v${version}/strelaysrv-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")