upgpkg(gatsby-cli): 5.3.1

This commit is contained in:
MedzikUserBot 2022-12-14 10:17:58 +00:00
parent 9d93ec2591
commit ffebb7ac91
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.0"
pkgver="5.3.1"
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=('7b249df477e09e975d91d846ac8dbe13795c057956d04a10cceedc7b8fe4e744')
sha256sums=('c406b136fe03b52433ab09e0be4438c6eb590566ab68eb87bd231da554302772')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"