upgpkg(gatsby-cli): 4.20.0

This commit is contained in:
MedzikUserBot 2022-08-02 17:26:56 +00:00
parent ee2d5b01d4
commit d0f3f4dd5b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com> # Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='gatsby-cli' pkgname='gatsby-cli'
pkgver="4.19.0" pkgver="4.20.0"
pkgrel=1 pkgrel=1
pkgdesc='Gatsby command-line interface for creating new sites and running Gatsby commands' pkgdesc='Gatsby command-line interface for creating new sites and running Gatsby commands'
arch=('any') arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz" _file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}") source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}") noextract=("${_file}")
sha256sums=('0a4cf79160d17ff32fbc69207739f4cb24da4e204e04b1281bb66272a1a35676') sha256sums=('65050bb6a7c8723e4c8230d4b6e0674c9c0f16ce896be8289753a1d5a4ed4236')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"