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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Fri Jul 15 18:04:15 UTC 2022


    Date: Friday, July 15, 2022 @ 18:04:14
  Author: alex19ep
Revision: 1252983

upgpkg: bitwarden 2022.6.2-2 switch to electron 19

Modified:
  bitwarden/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 17:43:56 UTC (rev 1252982)
+++ PKGBUILD	2022-07-15 18:04:14 UTC (rev 1252983)
@@ -3,8 +3,8 @@
 
 pkgname=bitwarden
 pkgver=2022.6.2
-pkgrel=1
-_electronversion=16
+pkgrel=2
+_electronversion=19
 pkgdesc='A secure and free password manager for all of your devices'
 arch=('x86_64')
 url='https://github.com/bitwarden/clients/tree/master/apps/desktop'
@@ -52,7 +52,7 @@
 
 build() {
 	cd bitwarden/apps/desktop
-	electronDist=/usr/lib/electron$_electronversion
+	electronDist=/usr/lib/electron
 	electronVer=$(electron$_electronversion --version | tail -c +2)
 	export npm_config_build_from_source=true
 	export npm_config_cache="$srcdir/npm_cache"



More information about the arch-commits mailing list