корректировка зависимостей

This commit is contained in:
Евгений Храмов 2023-01-08 15:12:05 +03:00
parent 901c5aecbd
commit e8e1965d37

5
strelaysrv-bin/lure.sh Executable file → Normal file

@ -8,10 +8,9 @@ architectures=('amd64')
license=('MPL-2.0')
provides=('syncthing-relaysrv')
conflicts=('syncthing-relaysrv')
deps_amd64=('glibc')
deps_amd64_debian=('libc6')
deps=('glibc')
deps_debian=('libc6')
build_deps=('git' 'go')
build_deps_debian=('git' 'golang')
sources_amd64=("https://github.com/syncthing/relaysrv/releases/download/v${version}/${provides}-linux-amd64-v${version}.tar.gz"
"https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.service"