fix deb deps
This commit is contained in:
parent
2337a14bd5
commit
7077c3857f
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user