upgpkg(pnpm): 7.29.2

This commit is contained in:
MedzikUserBot 2023-03-14 05:16:12 +00:00
parent 69f08c056a
commit 546a40c607
1 changed files with 2 additions and 2 deletions

View File

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