diff --git a/pnpm/lure.sh b/pnpm/lure.sh index a055aae..729973a 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -12,7 +12,7 @@ conflicts=('pnpm' 'pnpm-git') #deps=() build_deps=('git') -source=("https://github.com/pnpm/pnpm/archive/refs/tags/v${version}.tar.gz") +source=("git+https://github.com/pnpm/pnpm.git#tag=v{$version}") checksum=(SKIP) build() {