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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Mon Apr 25 19:57:22 UTC 2022


    Date: Monday, April 25, 2022 @ 19:57:22
  Author: alex19ep
Revision: 1190081

upgpkg: bitwarden-cli 1.22.1-2 fix nodejs version constrained

Modified:
  bitwarden-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 19:52:15 UTC (rev 1190080)
+++ PKGBUILD	2022-04-25 19:57:22 UTC (rev 1190081)
@@ -3,12 +3,12 @@
 
 pkgname=bitwarden-cli
 pkgver=1.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The command line vault"
 arch=('any')
 url="https://github.com/bitwarden/cli"
 license=('GPL3')
-depends=('nodejs-lts-gallium')
+depends=('nodejs')
 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