From 7077c3857ff0fcd6b1101aa72379f2cdf44d6901 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 23:37:53 +0300 Subject: [PATCH] fix deb deps --- strelaysrv/lure.sh | 2 +- syncthing/lure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')