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}