upgpkg(pnpm): 7.4.1

This commit is contained in:
MedzikUserBot 2022-06-30 10:26:35 +00:00
parent 7bcc7cf697
commit 2ff6456a23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='pnpm'
pkgver="7.4.0"
pkgver="7.4.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=('9c70e157619e6b956d08ae3f69be00d67b191529b943cadd200254f4d1d18b98')
sha256sums=('20509ae251b74170bd563dee23d3d3ecc5e28377cf2a384d499442dcddcd9ff0')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"