upgpkg(gatsby-cli): 5.2.0

This commit is contained in:
MedzikUserBot 2022-11-25 10:19:01 +00:00
parent 09e4702531
commit e6994fed72

View file

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='gatsby-cli'
pkgver="5.1.0"
pkgver="5.2.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=('4870a6a3e1b3c4b906dd59f34cfbaa9b37ff5952e4cd15b57aea3b0a1a9cdf83')
sha256sums=('2d9a652a9289ef305ac024c7233924e78bdc0b5ee0d7c9302ddb2a114fa76ce5')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"