[arch-commits] Commit in bitwarden_rs-web/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Thu Feb 25 03:21:44 UTC 2021


    Date: Thursday, February 25, 2021 @ 03:21:44
  Author: polyzen
Revision: 872676

upgpkg: bitwarden_rs-web 2.18.2-1 and build with Node.js <=13

https://github.com/bitwarden/web/blob/v2.18.2/package.json#L54
https://github.com/sass/node-sass/releases/tag/v4.13.1

Modified:
  bitwarden_rs-web/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 03:21:11 UTC (rev 872675)
+++ PKGBUILD	2021-02-25 03:21:44 UTC (rev 872676)
@@ -2,9 +2,9 @@
 # Contributor: Markus Richter <mqus at disroot dot org>
 
 pkgname=bitwarden_rs-web
-_pkgver=2.18.1d
-pkgver=2.18.1.d
-_upstreamver=2.18.1
+_pkgver=2.18.2
+pkgver=$_pkgver
+_upstreamver=$_pkgver
 _patchver=2.18.1
 pkgrel=1
 pkgdesc='Bitwarden web vault with the patches to make it work with bitwarden_rs'
@@ -12,7 +12,7 @@
 url=https://github.com/dani-garcia/bw_web_builds
 license=('GPL3')
 depends=('bitwarden_rs')
-makedepends=('git' 'npm' 'python2')
+makedepends=('git' 'nodejs-lts-erbium' 'npm' 'python2')
 provides=('bitwarden_rs-vault')
 replaces=('bitwarden_rs-vault')
 install=$pkgname.install
@@ -29,12 +29,11 @@
   git config submodule.jslib.url ../jslib
   git submodule update
   patch --forward --strip=1 --input=../$pkgname-v$_patchver.patch
+  npm ci
 }
 
 build() {
   cd bitwarden-web
-  npm ci
-  npm audit fix
   npm run dist
 }
 



More information about the arch-commits mailing list