From 3e52f70efc586b53c9e01a95772798616f614f8e Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Fri, 21 Oct 2022 09:55:17 +0300 Subject: [PATCH] ... --- syncthing/lure.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/syncthing/lure.sh b/syncthing/lure.sh index 3474f66..a9aae55 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -7,14 +7,14 @@ architectures='amd64' licenses='MPL' provides='syncthing' conflicts='syncthing' -deps_amd64='glibc' -build_deps='git' 'go' +deps_amd64=('glibc') +build_deps=('git' 'go') sources_amd=('https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz') checksums=('SKIP') prepare() { } -version -build -package \ No newline at end of file +#version +#build +#package \ No newline at end of file