From cb92addaa6b55e59122f6ddb6459201ac2f85a57 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Fri, 21 Oct 2022 09:58:47 +0300 Subject: [PATCH] fix source --- syncthing/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncthing/lure.sh b/syncthing/lure.sh index a9aae55..41f5ba4 100644 --- a/syncthing/lure.sh +++ b/syncthing/lure.sh @@ -9,10 +9,10 @@ provides='syncthing' conflicts='syncthing' 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') +sources_amd=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz") checksums=('SKIP') -prepare() { +#prepare() { } #version