upgpkg(pnpm): 7.12.0

This commit is contained in:
MedzikUserBot 2022-09-18 20:22:27 +00:00
parent 69e049fd1c
commit e22886e6fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='pnpm'
pkgver="7.11.0"
pkgver="7.12.0"
pkgrel=1
pkgdesc='Fast, disk space efficient package manager'
arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("$_file")
sha256sums=('4806143590b74b52b5cca2e8851f1aefc7e8a66b6d06188920a1b3321653b913')
sha256sums=('20e3413496d5b9f3b55c051c882c400d8f33f6e574bb4191d6a4c8708e0c60ec')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"