upgpkg(netlify): 13.1.5

This commit is contained in:
MedzikUserBot 2023-03-14 13:35:03 +00:00
parent 34903e0338
commit de12dcd494
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ _pkgname='netlify-cli'
pkgname='netlify'
provides=("${pkgname}-cli")
conflicts=("${pkgname}-cli")
pkgver="13.1.4"
pkgver="13.1.5"
pkgrel=1
pkgdesc='Create, deploy, and delete new sites hosted on Netlify straight from your terminal'
arch=('any')
@ -14,7 +14,7 @@ makedepends=('npm')
_file="${_pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${_pkgname}/-/${_file}")
noextract=("$_file")
sha256sums=('5c64eba4ffc3691964e444f86748dfda02d701368363123d5e0a75cb212d0740')
sha256sums=('04f4dc7685e7201b461a4480722fd3f6c0d44e91a78428117737af9616d8d278')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"