1
This commit is contained in:
parent
31595ac119
commit
ae48be3682
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user