From 3b76a96965f73e0e74179184ff9aac96980ba8f3 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 12:59:32 +0300 Subject: [PATCH] 1 --- pnpm/lure.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pnpm/lure.sh b/pnpm/lure.sh index d68bbf5..2690432 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -9,12 +9,16 @@ license=('MIT') provides=('pnpm') conflicts=('pnpm' 'pnpm-git') -sources=("https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64?~archive=false") -checksums=('SKIP') +sources=("https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64?~archive=false" +"") +checksums=('SKIP' +'SKIP') build() { cd ${srcdir} - + mv ./pnpm-linux-x64 ./pnpm + pnpm install --frozen-lockfile + pnpm run compile } package() {