fix
This commit is contained in:
parent
277a1e41e3
commit
393aec4a50
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user