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}" }