upgpkg(gatsby-cli): 5.6.0

This commit is contained in:
MedzikUserBot 2023-02-07 16:22:26 +00:00
parent c7f7344a74
commit effb94eb96
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='gatsby-cli'
pkgver="5.5.0"
pkgver="5.6.0"
pkgrel=1
pkgdesc='Gatsby command-line interface for creating new sites and running Gatsby commands'
arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}")
sha256sums=('5e99bf712a1081e8d2052b46bd6ed9e0251c90b894cad446311235d7923c3eea')
sha256sums=('aed9f63721dc33ab7bbb15a25f0407ed11c4063a454b05e7b2e306d4d47424b6')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"