diff --git a/strelaysrv-bin/lure.sh b/relaysrv-bin/lure.sh similarity index 98% rename from strelaysrv-bin/lure.sh rename to relaysrv-bin/lure.sh index 988a3b7..4e44883 100644 --- a/strelaysrv-bin/lure.sh +++ b/relaysrv-bin/lure.sh @@ -1,4 +1,4 @@ -name='strelaysrv-bin' +name='relaysrv-bin' version='1.22.1' release='1' desc='This is the relay server for the syncthing project.' diff --git a/syncthing-bin/lure.sh b/syncthing-bin/lure.sh index 8e79371..011cddd 100644 --- a/syncthing-bin/lure.sh +++ b/syncthing-bin/lure.sh @@ -8,7 +8,7 @@ architectures=('amd64') license=('MPL-2.0') provides=('syncthing') conflicts=('syncthing') -deps=('glibc' 'strelaysrv-bin') +deps=('glibc' 'relaysrv') deps_debian=('libc6') build_deps=('git' 'go')