From cd4fb7216b7319edfcbe649de158915e10124977 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 11:52:49 +0300 Subject: [PATCH] fix --- shfmt/lure.sh | 2 +- template.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/shfmt/lure.sh b/shfmt/lure.sh index b2bee52..ea30212 100644 --- a/shfmt/lure.sh +++ b/shfmt/lure.sh @@ -9,7 +9,7 @@ license=('BSD-3-Clause license') provides=('shfmt') conflicts=('shtmt') -sources_amd64=("https://github.com/patrickvane/${name}/releases/download/master/${name}_$GOOS_$GOARCH") +sources_amd64=("https://github.com/patrickvane/${name}/releases/download/master/${name}_${GOOS}_${GOARCH}") checksums=('SKIP') sources_arm=("https://github.com/patrickvane/${name}/releases/download/master/${name}_linux_arm") diff --git a/template.sh b/template.sh index cb84f5a..a0f2f47 100755 --- a/template.sh +++ b/template.sh @@ -15,6 +15,15 @@ build_deps=('') sources=("") checksums=('SKIP') +sources_amd64=("") +checksums=('SKIP') + +sources_arm=("") +checksums=('SKIP') + +sources_386=("") +checksums=('SKIP') + prepare() { cd "${srcdir}" }