From 55d0c398d60099e88bcd9f431f67b43f1e761bf8 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 25 Oct 2022 16:10:24 +0300 Subject: [PATCH] . --- noisetorch/lure.sh | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index 26f919d..952c6a2 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -8,21 +8,16 @@ license=('GPLv3') provides=('noisetorch') conflicts=('noisetorch') -deps=('git go') +deps_amd64=('git go') build_deps=('git' 'go') -sources=("https://github.com/${name}/NoiseTorch/releases/download/v${version}/NoiseTorch_x64_v${version}.tgz") - -checksums=('skip') +sources_amd64=("https://github.com/${name}/NoiseTorch/releases/download/v${version}/NoiseTorch_x64_v${version}.tgz") +checksums_amd64=('skip') prepare() { cd "${srcdir}" } -build() { -make -} - package() { install -Dm755 ./.bin/noisetorch "${pkgdir}/usr/bin" install -Dm644 ./assets/noisetorch.desktop "${pkgdir}/usr/share/applications/"