This commit is contained in:
Евгений Храмов 2024-04-20 12:02:47 +03:00
parent c84a1971f3
commit 32b68cf8ea

@ -11,11 +11,11 @@ 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}
}