diff --git a/strelaysrv/lure.sh b/strelaysrv/lure.sh index 85cd12d..f9aa269 100644 --- a/strelaysrv/lure.sh +++ b/strelaysrv/lure.sh @@ -3,11 +3,12 @@ version='1.22.1' release='1' desc='This is the relay server for the syncthing project.' homepage='https://syncthing.net/' -architectures='amd64' -licenses='MPL' -provides='syncthing-relaysrv' -conflicts='syncthing-relaysrv' -deps_amd64=('libc6') +architectures=('amd64') +license=('MPL-2.0') +provides=('syncthing-relaysrv') +conflicts=('syncthing-relaysrv') +deps_amd64=('glibc') +deps_amd64_debian=('libc6') build_deps=('git' 'go') build_deps_debian=('git' 'golang') diff --git a/syncthing/lure.sh b/syncthing/lure.sh index 2efee3f..a727b90 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -3,11 +3,12 @@ version='1.22.1' release='1' desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.' homepage='https://syncthing.net/' -architectures='amd64' -licenses='MPL' -provides='syncthing' -conflicts='syncthing' -deps_amd64=('libc6' 'strelaysrv') +architectures=('amd64') +license=('MPL-2.0') +provides=('syncthing') +conflicts=('syncthing') +deps_amd64=('glibc' 'strelaysrv') +deps_amd64_debian=('libc6') build_deps=('git' 'go') build_deps_debian=('git' 'golang')