upgpkg(gatsby-cli): 5.0.0

This commit is contained in:
MedzikUserBot 2022-11-08 08:27:47 +00:00
parent d9a0bb3462
commit dd13edffe5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='gatsby-cli'
pkgver="4.24.0"
pkgver="5.0.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=('1921be8b0f9fe13ff7ad2e5e731ecd00782de7a062edcbe8ae77082305469ac5')
sha256sums=('40a2b865c71521c51de46d9964555ff1ce47caf4feba55b219ccc4930bd5133d')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"