From 32b68cf8ea0b2e004a834d10ea2d0c9fd4993c9b 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:02:47 +0300 Subject: [PATCH] pnpm --- pnpm/lure.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm/lure.sh b/pnpm/lure.sh index fe79121..f038a7e 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -11,14 +11,14 @@ conflicts=('pnpm' 'pnpm-git') build_deps=('npm') -source=("https://github.com/pnpm/pnpm/archive/refs/tags/v${version}.tar.gz") +source=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?signed") checksum=('SKIP') build() { - mkdir ~/.npm + cd ${srcfir} } package() { - cd ${srcfir} + cd ${srcfir} }