upgpkg(pnpm): 7.12.2

This commit is contained in:
MedzikUserBot 2022-09-22 23:25:57 +00:00
parent 80fa9111c4
commit e6b92d9186
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.1"
pkgver="7.12.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=('614e86e5ea3be20e9f614b6ea525189bc28e93e1f6d0ff84d51d8a49d9aa1200')
sha256sums=('e299cd53fb4e4203d568c8e7641bf116f9f1c11b44d06a1cab67a09da63358e3')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"