This commit is contained in:
Евгений Храмов 2022-10-24 20:11:10 +03:00
parent 3b8d19b4f3
commit bffc18c7fb

@ -15,7 +15,7 @@ sources_amd64=("https://github.com/noisetorch/NoiseTorch.git")
checksums_amd64=('skip')
build() {
cd "${srcdir}/noisetorch"
cd "${srcdir}/NoiseTorch"
make
}