From ae48be3682f5476e4845560cb6876e464ba48a27 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 15:12:47 +0300 Subject: [PATCH] 1 --- pnpm/lure.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pnpm/lure.sh b/pnpm/lure.sh index 3974ace..c7a5030 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -12,10 +12,8 @@ conflicts=('pnpm' 'pnpm-git') deps=('node-gyp') build_deps=('git') -sources=("https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64?~archive=false" -"git+https://github.com/pnpm/pnpm.git#tag=v${version}?~archive=false") -checksums=('SKIP' -'SKIP') +sources=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?~archive=false") +checksums=('SKIP') build() { cd ${srcdir}