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