upgpkg(pnpm): 8.1.1

This commit is contained in:
MedzikUserBot 2023-04-04 01:15:45 +00:00
parent ff22dbc51a
commit 114324ac97
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.0"
pkgver="8.1.1"
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=('ccfd7f19bc0ff34eaa257e5e2c960d357f6f7ed64952ff634828672a7eb059ee')
sha256sums=('81fa42eae93570f569460def1cc0ad8bb7601a25304be6f61742a69a22d6645c')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"