diff --git a/strelaysrv/lure.sh b/strelaysrv/lure.sh index 51a3e40..85cd12d 100644 --- a/strelaysrv/lure.sh +++ b/strelaysrv/lure.sh @@ -7,7 +7,7 @@ architectures='amd64' licenses='MPL' provides='syncthing-relaysrv' conflicts='syncthing-relaysrv' -deps_amd64=('glibc') +deps_amd64=('libc6') build_deps=('git' 'go') build_deps_debian=('git' 'golang') diff --git a/syncthing/lure.sh b/syncthing/lure.sh index c25db8d..2efee3f 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -7,7 +7,7 @@ architectures='amd64' licenses='MPL' provides='syncthing' conflicts='syncthing' -deps_amd64=('glibc' 'strelaysrv') +deps_amd64=('libc6' 'strelaysrv') build_deps=('git' 'go') build_deps_debian=('git' 'golang')