upgpkg(pnpm): 8.6.2

This commit is contained in:
MedzikUserBot 2023-06-11 20:15:00 +00:00
parent 2bfd415c91
commit 672d62ac57
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.1"
pkgver="8.6.2"
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=('5380612e01e0a3029991d3f329f07429313f4825de47b885b4bb3d1aec9e44e1')
sha256sums=('c6da9e00697e334b6193c034a5d1508e4c8605b12f249736b13f31139f4f0d73')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"