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} }