upgpkg(pnpm): 7.9.0

This commit is contained in:
MedzikUserBot 2022-08-06 19:15:53 +00:00
parent 60f9f374bf
commit 9a3aca9ad4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com> # Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='pnpm' pkgname='pnpm'
pkgver="7.8.0" pkgver="7.9.0"
pkgrel=1 pkgrel=1
pkgdesc='Fast, disk space efficient package manager' pkgdesc='Fast, disk space efficient package manager'
arch=('any') arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz" _file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}") source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("$_file") noextract=("$_file")
sha256sums=('55a63681c16a9c0a1958e0adfc3ed09e478f1e9258cbd07251a0d7a5b28899a4') sha256sums=('f474fe002ffbc3651504e9815257e73b52c553ebb04e4fd79257de6042260a3a')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"