upgpkg(gatsby-cli): 5.1.0

This commit is contained in:
MedzikUserBot 2022-11-22 10:19:54 +00:00
parent 28741638eb
commit 86fac9004c
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.0.0"
pkgver="5.1.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=('40a2b865c71521c51de46d9964555ff1ce47caf4feba55b219ccc4930bd5133d')
sha256sums=('4870a6a3e1b3c4b906dd59f34cfbaa9b37ff5952e4cd15b57aea3b0a1a9cdf83')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"