fix deb deps
This commit is contained in:
parent
7077c3857f
commit
f26eefe539
@ -3,11 +3,12 @@ version='1.22.1'
|
|||||||
release='1'
|
release='1'
|
||||||
desc='This is the relay server for the syncthing project.'
|
desc='This is the relay server for the syncthing project.'
|
||||||
homepage='https://syncthing.net/'
|
homepage='https://syncthing.net/'
|
||||||
architectures='amd64'
|
architectures=('amd64')
|
||||||
licenses='MPL'
|
license=('MPL-2.0')
|
||||||
provides='syncthing-relaysrv'
|
provides=('syncthing-relaysrv')
|
||||||
conflicts='syncthing-relaysrv'
|
conflicts=('syncthing-relaysrv')
|
||||||
deps_amd64=('libc6')
|
deps_amd64=('glibc')
|
||||||
|
deps_amd64_debian=('libc6')
|
||||||
build_deps=('git' 'go')
|
build_deps=('git' 'go')
|
||||||
build_deps_debian=('git' 'golang')
|
build_deps_debian=('git' 'golang')
|
||||||
|
|
||||||
|
@ -3,11 +3,12 @@ version='1.22.1'
|
|||||||
release='1'
|
release='1'
|
||||||
desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.'
|
desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.'
|
||||||
homepage='https://syncthing.net/'
|
homepage='https://syncthing.net/'
|
||||||
architectures='amd64'
|
architectures=('amd64')
|
||||||
licenses='MPL'
|
license=('MPL-2.0')
|
||||||
provides='syncthing'
|
provides=('syncthing')
|
||||||
conflicts='syncthing'
|
conflicts=('syncthing')
|
||||||
deps_amd64=('libc6' 'strelaysrv')
|
deps_amd64=('glibc' 'strelaysrv')
|
||||||
|
deps_amd64_debian=('libc6')
|
||||||
build_deps=('git' 'go')
|
build_deps=('git' 'go')
|
||||||
build_deps_debian=('git' 'golang')
|
build_deps_debian=('git' 'golang')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user