fix deb deps

This commit is contained in:
Евгений Храмов 2022-11-05 23:37:53 +03:00
parent 2337a14bd5
commit 7077c3857f
2 changed files with 2 additions and 2 deletions

@ -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')

@ -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')