upgpkg(pnpm): 8.2.0

This commit is contained in:
MedzikUserBot 2023-04-10 01:09:10 +00:00
parent 62add204f9
commit 31731cf53b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='pnpm'
pkgver="8.1.1"
pkgver="8.2.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=('81fa42eae93570f569460def1cc0ad8bb7601a25304be6f61742a69a22d6645c')
sha256sums=('15f5639529363c67c47a03827800e0ce9df072e59765bd3b5334bbb50efce9e6')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"