upgpkg(pnpm): 7.13.0

This commit is contained in:
MedzikUserBot 2022-10-03 01:49:05 +00:00
parent c2df82622e
commit 66bb218a86
1 changed files with 2 additions and 2 deletions

View File

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