upgpkg(netlify): 15.4.0

This commit is contained in:
MedzikUserBot 2023-06-07 12:29:40 +00:00
parent 2e8247e490
commit 4e03652c35
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ _pkgname='netlify-cli'
pkgname='netlify' pkgname='netlify'
provides=("${pkgname}-cli") provides=("${pkgname}-cli")
conflicts=("${pkgname}-cli") conflicts=("${pkgname}-cli")
pkgver="15.3.2" pkgver="15.4.0"
pkgrel=1 pkgrel=1
pkgdesc='Create, deploy, and delete new sites hosted on Netlify straight from your terminal' pkgdesc='Create, deploy, and delete new sites hosted on Netlify straight from your terminal'
arch=('any') arch=('any')
@ -14,7 +14,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=('6c2f10f9e2b54a528702e0214b0b3a921d5bb229bdfba21343e25f1479dfef2f') sha256sums=('7c3a4de01c07e6a2bb93dfabca32113dd71817fe30501ada7d86c7e736535972')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"