Merge branch 'master' of gitflic.ru:xpamych/xpamych-lure-repo

This commit is contained in:
Евгений Храмов 2022-10-25 16:06:14 +03:00
commit ab7dc886f7

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