From 708f72a684971d744d8b002df6d3b24810266da9 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: Sun, 21 Apr 2024 12:46:54 +0300 Subject: [PATCH] pnpm --- pnpm/lure.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pnpm/lure.sh b/pnpm/lure.sh index 2e13b39..cf3df71 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -12,13 +12,9 @@ conflicts=('pnpm' 'pnpm-git') deps=('node-gyp') build_deps=('git') -sources=("https://registry.gitflic.ru/project/xpamych/npmp/package/-/generic/pnpm/8.15.2/pnpm.tar.gz") +sources=("https://ftp5.gwdg.de/pub/linux/archlinux/extra/os/x86_64/pnpm-8.15.2-2-any.pkg.tar.zst") checksums=('SKIP') -build() { - cd ${srcdir} - } - package() { cd ${srcdir} }