Compare commits

..

No commits in common. "01f3a43edee2d74e86286e19ff4c330ef3cd82f4" and "170f9d93498e12675ada6a5b3e0d7b89eb5c8a40" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
AUR_NAME="brave-bin"
AUR_UPDATED="1687982876"
AUR_UPDATED="1686772017"

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='firebase-tools'
pkgver="12.4.2"
pkgver="12.4.1"
pkgrel=1
pkgdesc='The Firebase Command Line Tools'
arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}")
sha256sums=('d5c4f146f723a6025c7a61ea0954301958504e0321c190bb38dd9164357e869b')
sha256sums=('4cae8b5b5843cf61ae80f5b4afb95d907a693ae8bbab44c73b89b95576ed623f')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"