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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Tue Feb 15 15:26:47 UTC 2022


    Date: Tuesday, February 15, 2022 @ 15:26:47
  Author: alex19ep
Revision: 1133363

upgpkg: bitwarden 1.31.3-1 upstream release

Modified:
  bitwarden/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 13:52:32 UTC (rev 1133362)
+++ PKGBUILD	2022-02-15 15:26:47 UTC (rev 1133363)
@@ -2,7 +2,7 @@
 # Contributor: libertylocked <libertylocked at disroot.org>
 
 pkgname=bitwarden
-pkgver=1.31.2
+pkgver=1.31.3
 pkgrel=1
 _electronversion=16
 pkgdesc='A secure and free password manager for all of your devices'
@@ -47,7 +47,7 @@
 	electronVer=$(electron$_electronversion --version | tail -c +2)
 	export npm_config_cache="$srcdir/npm_cache"
 	export ELECTRON_SKIP_BINARY_DOWNLOAD=1
-	npm install
+	npm install --build-from-source
 	npm run build
 	npm run clean:dist 
 	npm exec -c "electron-builder --linux --x64 --dir -c.electronDist=$electronDist \



More information about the arch-commits mailing list