upgpkg(netlify): 15.0.3

This commit is contained in:
MedzikUserBot 2023-05-15 12:30:47 +00:00
parent b62ff48b38
commit 29b40cdf79
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="15.0.2"
pkgver="15.0.3"
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=('24a89d948897ccbbffbac68238e4754a62a947e3972afe8368c5c095be0c265a')
sha256sums=('264a6c265ed30fd50cc9246ce7a2b260648ca5c46b335e4abea8dae291d5b8da')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"