upgpkg(pnpm): 8.6.7

This commit is contained in:
MedzikUserBot 2023-07-10 01:28:37 +00:00
parent f37583f69e
commit 0f16950ea0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='pnpm'
pkgver="8.6.6"
pkgver="8.6.7"
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=('52f3e7d33884929f1902a7494a616d844b506ed46592e65463ba45e97cc25a1b')
sha256sums=('fb41f6cde380621a838e99632ef78778b682d57e2c937895afb5c497a11ceb6f')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"