[arch-commits] Commit in bitwarden-cli/trunk (PKGBUILD)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Tue Mar 22 13:40:27 UTC 2022


    Date: Tuesday, March 22, 2022 @ 13:40:26
  Author: alex19ep
Revision: 1170141

upgpkg: bitwarden-cli 1.22.0-2 pin nodejs version

Modified:
  bitwarden-cli/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 13:36:45 UTC (rev 1170140)
+++ PKGBUILD	2022-03-22 13:40:26 UTC (rev 1170141)
@@ -3,12 +3,12 @@
 
 pkgname=bitwarden-cli
 pkgver=1.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The command line vault"
 arch=('any')
 url="https://github.com/bitwarden/cli"
 license=('GPL3')
-depends=('nodejs>=16')
+depends=('nodejs-lts-gallium')
 makedepends=('git' 'npm' 'modclean')
 options=(!emptydirs)
 source=(bitwarden-cli::git+https://github.com/bitwarden/cli.git#tag=v${pkgver}



More information about the arch-commits mailing list