upgpkg(pnpm): 7.13.1

This commit is contained in:
MedzikUserBot 2022-10-04 09:27:00 +00:00
parent 306a98662e
commit 4817119735
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.13.0" pkgver="7.13.1"
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=('d567c4a8f52c89401b2e9e8e40e7e7d5d13d991ab197c93a246fee1fd22c000d') sha256sums=('e641f4de1b30ffff2d6c235f9bfe7db3ccd07584b446482c9578b51a99231668')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"