From 572536cf365f1e68f5aba85e24946e09f1208c5f 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:23:49 +0300 Subject: [PATCH] redos --- portproton/lure.sh | 2 +- upscayl-bin/lure.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index 613c973..0116dab 100755 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -1,6 +1,6 @@ name='portproton' version='1.5' -release='1' +release='2' desc='PortProton is a project designed to make it easy and convenient to run Windows games on Linux for both beginners and advanced users.' homepage='https://linux-gaming.ru/' maintainer="Евгений Храмов " diff --git a/upscayl-bin/lure.sh b/upscayl-bin/lure.sh index fe9f878..7b15ad3 100644 --- a/upscayl-bin/lure.sh +++ b/upscayl-bin/lure.sh @@ -9,8 +9,8 @@ license=('AGPL3') provides=('upscayl') conflicts=('upscayl') -deps=('libvips' 'openjpeg2' 'electron' 'nodejs') -deps_redos=('libvips' 'openjpeg2' 'electron' 'nodejs') +deps=('fuse2' 'nss' 'zlib') +deps_redos=('fuse3' 'nss' 'zlib') build_deps=('util-linux') sources=("https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.zip")