diff --git a/syncthing-bin/lure.sh b/syncthing-bin/lure.sh old mode 100755 new mode 100644 index e36db06..8e79371 --- a/syncthing-bin/lure.sh +++ b/syncthing-bin/lure.sh @@ -8,10 +8,9 @@ architectures=('amd64') license=('MPL-2.0') provides=('syncthing') conflicts=('syncthing') -deps_amd64=('glibc' 'strelaysrv') -deps_amd64_debian=('libc6') +deps=('glibc' 'strelaysrv-bin') +deps_debian=('libc6') build_deps=('git' 'go') -build_deps_debian=('git' 'golang') sources_amd64=("https://github.com/${provides}/${provides}/releases/download/v${version}/${provides}-linux-amd64-v${version}.tar.gz") checksums_amd64=('SKIP')