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