This commit is contained in:
Евгений Храмов 2022-10-22 14:50:25 +03:00
parent 277a1e41e3
commit 393aec4a50
2 changed files with 2 additions and 2 deletions

@ -9,7 +9,7 @@ provides='syncthing-relaysrv'
conflicts='syncthing-relaysrv'
deps_amd64=('glibc')
build_deps=('git' 'go')
sources_amd64=("https://github.com/syncthing/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz"
sources_amd64=("https://github.com/syncthing/relaysrv/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz"
"https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.service"
"https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.tmpfiles"
"https://raw.githubusercontent.com/archlinux/svntogit-community/packages/syncthing/trunk/syncthing-relaysrv.sysusers")

@ -7,7 +7,7 @@ architectures='amd64'
licenses='MPL'
provides='syncthing'
conflicts='syncthing'
deps_amd64=('glibc')
deps_amd64=('glibc' 'strelaysrv')
build_deps=('git' 'go')
sources_amd64=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz")
checksums=('SKIP')