diff --git a/strelaysrv-bin/lure.sh b/strelaysrv-bin/lure.sh old mode 100755 new mode 100644 index 83f403a..97053f9 --- a/strelaysrv-bin/lure.sh +++ b/strelaysrv-bin/lure.sh @@ -8,10 +8,9 @@ architectures=('amd64') license=('MPL-2.0') provides=('syncthing-relaysrv') conflicts=('syncthing-relaysrv') -deps_amd64=('glibc') -deps_amd64_debian=('libc6') +deps=('glibc') +deps_debian=('libc6') build_deps=('git' 'go') -build_deps_debian=('git' 'golang') sources_amd64=("https://github.com/syncthing/relaysrv/releases/download/v${version}/${provides}-linux-amd64-v${version}.tar.gz" "https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.service"