upgpkg(firebase-tools): 11.15.0

This commit is contained in:
MedzikUserBot 2022-10-18 13:59:37 +00:00
parent 43193250da
commit 562b1161e8
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.14.4" pkgver="11.15.0"
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=('3fd55d24f3ee6d9b7139bc54937d8f4db7259a57d85639998e3e8fb26dcca4e2') sha256sums=('3b9d1619849be4e585d1759a21f9192353499df64cb1d827946328a21e377789')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"