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