upgpkg(gatsby-cli): 5.4.0

This commit is contained in:
MedzikUserBot 2023-01-10 14:19:54 +00:00
parent 6250d36f07
commit 263eb22a39
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.3.1"
pkgver="5.4.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=('c406b136fe03b52433ab09e0be4438c6eb590566ab68eb87bd231da554302772')
sha256sums=('1c33aa8e77ce96782df64dd20919b6cf4104a58bd32e6decce010027b679e720')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"