upgpkg(firebase-tools): 11.16.1

This commit is contained in:
MedzikUserBot 2022-11-15 23:19:08 +00:00
parent 4e7ea2888d
commit 85e7a054d1
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='firebase-tools' pkgname='firebase-tools'
pkgver="11.16.0" pkgver="11.16.1"
pkgrel=1 pkgrel=1
pkgdesc='The Firebase Command Line Tools' pkgdesc='The Firebase Command Line Tools'
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=('3e2b6babb76d8cce1d0785cc8633443bdb8bfa10b91220893cac5c0b5b291fe0') sha256sums=('149f5f241172b78933dbbe6ce3b8e054ccec31fcf8f824315feb341b21b6af87')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"