upgpkg(pnpm): 7.28.0

This commit is contained in:
MedzikUserBot 2023-02-25 17:14:51 +00:00
parent cdc8715e14
commit 190ad898dc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='pnpm'
pkgver="7.27.1"
pkgver="7.28.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=('8cd593de4963fd6da69bd658fe1bd1944438bf82ee2d2e80bf3c46fcb93c979f')
sha256sums=('17755d74ed6803a6e7a5bfdbc314fdd74ae7f8e66bc06c9d85fc01ebf08b6b51')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"