diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index f3efa67..7bc6a61 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -11,7 +11,7 @@ conflicts=('noisetorch') deps=('git go') build_deps=('git' 'go') -sources=("https://github.com/"${name}"/NoiseTorch/releases/download/v"${version}"/NoiseTorch_x64_v"${version}".tgz") +sources=("https://github.com/${name}/NoiseTorch/releases/download/v${version}/NoiseTorch_x64_v${version}.tgz") checksums=('skip') @@ -21,7 +21,6 @@ cd "${srcdir}" } build() { -cd "${srcdir}" make }