upgpkg(pnpm): 7.20.0

This commit is contained in:
MedzikUserBot 2022-12-26 02:38:45 +00:00
parent 6dedb09cf7
commit 1bb0652d6c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='pnpm'
pkgver="7.18.2"
pkgver="7.20.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=('7e9394ddaffceb63e1434d87424b224c2cb73a2b72cfee0c25412d8a82f1f045')
sha256sums=('79612d90ca49c14b9a1307d681003d7f72403324ff63cae53467abf66a386924')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"