From 9921fcb2def52ff1d4501f9434c316bc44c1a053 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Tue, 25 Oct 2022 15:42:36 +0300 Subject: [PATCH 1/2] fix source --- noisetorch/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index f3efa67..b0e85ac 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') From d20e38eb3f00db5481b663a3021d2d5f3122a2d6 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Tue, 25 Oct 2022 15:46:03 +0300 Subject: [PATCH 2/2] 1 --- noisetorch/lure.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index b0e85ac..7bc6a61 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -21,7 +21,6 @@ cd "${srcdir}" } build() { -cd "${srcdir}" make }