From 4f9f2d882235bafebc02786f17ccd3e3e571dc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Fri, 29 Mar 2024 20:38:37 +0300 Subject: [PATCH] redos --- upscayl-bin/lure.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upscayl-bin/lure.sh b/upscayl-bin/lure.sh index 1ef102f..1f7ddaf 100644 --- a/upscayl-bin/lure.sh +++ b/upscayl-bin/lure.sh @@ -9,9 +9,9 @@ license=('AGPL3') provides=('upscayl') conflicts=('upscayl' 'upscayl-bin') -deps=('libvips' 'openjpeg2' 'electron') -deps_redos=('fuse3' 'nss' 'zlib') -build_deps=('util-linux') +deps=('libvips' 'openjpeg2' 'electron' 'nodejs') +deps_redos=('libvips' 'openjpeg2' 'electron' 'nodejs') +build_deps=('unzip') sources=("https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.zip") checksums=('SKIP')