From e41647729bf1d02492d8ae1bd776568a98450c02 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=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sun, 21 Sep 2025 21:01:46 +0300 Subject: [PATCH] upscayl-bin 2.15.0-2 --- upscayl-bin/alr.sh | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/upscayl-bin/alr.sh b/upscayl-bin/alr.sh index 8c5106b..3f9a3a6 100644 --- a/upscayl-bin/alr.sh +++ b/upscayl-bin/alr.sh @@ -1,17 +1,35 @@ name='upscayl-bin' version='2.15.0' -release='1' +release='2' desc='Free and Open Source AI Image Upscaler' +desc_ru='Бесплатный открытый AI-увеличитель изображений' homepage='https://github.com/upscayl/upscayl' -maintainer="Евгений Храмов " +maintainer='Evgeny Khramov ' +maintainer_ru='Евгений Храмов ' architectures=('amd64') license=('AGPL3') provides=('upscayl') conflicts=('upscayl' 'upscayl-bin') deps=('libvips' 'openjpeg2' 'electron' 'nodejs') -deps_redos=('vips' 'openjpeg2' 'electron' 'nodejs') +deps_alt=('vips' 'openjpeg2' 'electron' 'nodejs') +deps_arch=('libvips' 'openjpeg2' 'electron' 'nodejs') +deps_debian=('libvips42' 'libopenjp2-7' 'electron' 'nodejs') +deps_fedora=("${deps[@]}") +deps_redos=("${deps_fedora[@]}") +deps_rhel=("${deps_fedora[@]}") +deps_rosa=("${deps_fedora[@]}") +deps_alpine=('vips' 'openjpeg' 'electron' 'nodejs') + build_deps=('unzip') +build_deps_alt=('unzip') +build_deps_arch=('unzip') +build_deps_debian=('unzip') +build_deps_fedora=("${build_deps[@]}") +build_deps_redos=("${build_deps_fedora[@]}") +build_deps_rhel=("${build_deps_fedora[@]}") +build_deps_rosa=("${build_deps_fedora[@]}") +build_deps_alpine=('unzip') sources=("https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.zip") checksums=('SKIP') @@ -31,3 +49,8 @@ package() { install -dm755 "${pkgdir}/opt/upscayl/" mv ./* "${pkgdir}/opt/upscayl/" } +files() { + files-find-bin + files-find-share + files-find "./opt/upscayl" +}