upgpkg(gatsby-cli): 4.18.0

This commit is contained in:
MedzikUserBot 2022-07-05 19:14:28 +00:00
parent 18bbe0a65e
commit e7374c9f4a
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.17.1"
pkgver="4.18.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=('126a34e2f97bfbec65b96214008daeaa94d6e728d60bd1c40e94a0546dedf994')
sha256sums=('64a97fef347a5fa05e7bdc239271083d31bd26c0eb47bb8381f821b06292c083')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"