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

Daniel M. Capella polyzen at archlinux.org
Mon Jan 25 22:29:37 UTC 2021


    Date: Monday, January 25, 2021 @ 22:29:37
  Author: polyzen
Revision: 830049

upgpkg: bitwarden_rs-web 2.18.0-1

Modified:
  bitwarden_rs-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 22:28:22 UTC (rev 830048)
+++ PKGBUILD	2021-01-25 22:29:37 UTC (rev 830049)
@@ -2,8 +2,8 @@
 # Contributor: Markus Richter <mqus at disroot dot org>
 
 pkgname=bitwarden_rs-web
-pkgver=2.17.1
-pkgrel=2
+pkgver=2.18.0
+pkgrel=1
 pkgdesc='Bitwarden web vault with the patches to make it work with bitwarden_rs'
 arch=('any')
 url=https://github.com/dani-garcia/bw_web_builds
@@ -18,7 +18,7 @@
         "$pkgname-v$pkgver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$pkgver/patches/v$pkgver.patch")
 b2sums=('SKIP'
         'SKIP'
-        'da88c88d7a7bb034c3307992eb3a868928961c00bb44f4ad5b3adbf51c5858b365a0592c04071d8bf011911ec4cf69ae0f6bc8160bc07491b1e5f36c43d60dd9')
+        '3d90e14ec7e6fbb2db482b6bbbfb5dd95f4f9fbde25276b36334dbc937d0c8486442a6b9d37123dacfd24cdf48f5aec42c5526f0b2f7cc2ca8bbe3465dad69cb')
 
 prepare() {
   cd bitwarden-web
@@ -30,7 +30,7 @@
 
 build() {
   cd bitwarden-web
-  npm install
+  npm install --frozen-lockfile
   npm audit fix
   npm run dist
 }



More information about the arch-commits mailing list