From 5eeb00bfa6953d689cb703bda4349de56d74b742 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: Sat, 20 Apr 2024 19:01:58 +0300 Subject: [PATCH] 8.15.2 --- pnpm/lure.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pnpm/lure.sh b/pnpm/lure.sh index c7a5030..57f97fd 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -1,5 +1,5 @@ name='pnpm' -version='9.0.4' +version='8.15.2' release='2' desc='Fast, disk space efficient package manager' homepage='https://pnpm.io' @@ -12,17 +12,11 @@ conflicts=('pnpm' 'pnpm-git') deps=('node-gyp') build_deps=('git') -sources=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?~archive=false") +sources=("https://gitflic.ru/project/xpamych/npmp/release/fa83bc3c-892a-41fb-ab7b-7147df4a6d4b/1ab1138b-893e-4818-b8c6-b704f56e4f9e/download") checksums=('SKIP') build() { cd ${srcdir} - mkdir ./pnpm-linux - cd ./pnpm-linux - curl -fsSL https://get.pnpm.io/install.sh | sh - - cd ${srcdir}/pnpm - pnpm install --frozen-lockfile - pnpm run compile } package() {