upgpkg(netlify): 12.1.1

This commit is contained in:
MedzikUserBot 2022-11-09 11:21:19 +00:00
parent 910c66d75a
commit 26717cb89a
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="12.1.0" pkgver="12.1.1"
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=('bd3f477d97d99e0e4b8bd0471458581ea209c8d012714ac915d831801eb75e96') sha256sums=('f642cfe69560806518ad29e62a7b853036f38453364f0d5b96adec4bb513aabb')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"