upgpkg(gatsby-cli): 4.18.1

This commit is contained in:
MedzikUserBot 2022-07-12 17:22:21 +00:00
parent 229be2ca17
commit 0c8cb9dace
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.18.0"
pkgver="4.18.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=('64a97fef347a5fa05e7bdc239271083d31bd26c0eb47bb8381f821b06292c083')
sha256sums=('bf8f484c4c156ca66038e5c8b5dd23e4d606c5ba7f04504eedcd4748938bd134')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"