upgpkg: 'gatsby-cli' to '4.16.0'

This commit is contained in:
MedzikUserBot 2022-06-07 14:16:37 +00:00
parent 329bcb47e4
commit 0161b95951
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.15.1"
pkgver="4.16.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=('628913354d6be001e5df7d8c3ee5c439c01ebacbeec626c350adf8e047342718')
sha256sums=('bc9136aa3433796227d1e4d0b61d37690ff360c386ed4de36ee051e561b2433e')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"