From 3280b9d9830d2af8bf57716c662df02ad8a6e3da 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:12:36 +0300 Subject: [PATCH] yarn 1.22.22-6 --- yarn/alr.sh | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/yarn/alr.sh b/yarn/alr.sh index 23be503..f55a84e 100644 --- a/yarn/alr.sh +++ b/yarn/alr.sh @@ -1,19 +1,35 @@ name='yarn' version='1.22.22' -release='5' -desc='Fast, reliable, and secure dependency management.' +release='6' +desc='Fast, reliable, and secure dependency management' +desc_ru='Быстрое, надёжное и безопасное управление зависимостями' homepage='https://classic.yarnpkg.com/' -maintainer="Евгений Храмов " +maintainer='Evgeny Khramov ' +maintainer_ru='Евгений Храмов ' architectures=('all') license=('BSD-2-Clause') provides=('yarn') conflicts=('yarn' 'yarn-git' 'yarnpkg') deps=('nodejs') -build_deps=('git' - 'jq' - 'ripgrep' - 'yarnpkg') +deps_alt=("${deps[@]}") +deps_arch=("${deps[@]}") +deps_debian=("${deps[@]}") +deps_fedora=("${deps[@]}") +deps_redos=("${deps[@]}") +deps_rhel=("${deps[@]}") +deps_rosa=("${deps[@]}") +deps_alpine=("${deps[@]}") + +build_deps=('git' 'jq' 'ripgrep' 'yarnpkg') +build_deps_alt=("${build_deps[@]}") +build_deps_arch=("${build_deps[@]}") +build_deps_debian=("${build_deps[@]}") +build_deps_fedora=("${build_deps[@]}") +build_deps_redos=("${build_deps[@]}") +build_deps_rhel=("${build_deps[@]}") +build_deps_rosa=("${build_deps[@]}") +build_deps_alpine=("${build_deps[@]}") sources=("git+https://github.com/${name}pkg/$name.git#tag=v$version") checksums=('SKIP') @@ -45,3 +61,8 @@ package() { install -Dm644 -t "$pkgdir"/usr/share/doc/$name README.md install -Dm644 -t "$pkgdir"/usr/share/licenses/$name LICENSE } +files() { + files-find-bin + files-find-lib + files-find-share +}