upgpkg(pnpm): 7.27.1

This commit is contained in:
MedzikUserBot 2023-02-18 02:45:19 +00:00
parent 5418821c6c
commit 08bc18a864
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.0"
pkgver="7.27.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=('de02288de3c84242179cc036ca1e5c1ec5bd52ad71c3cd98b393d356925d489e')
sha256sums=('8cd593de4963fd6da69bd658fe1bd1944438bf82ee2d2e80bf3c46fcb93c979f')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"