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

Daniel M. Capella polyzen at archlinux.org
Sat Feb 6 22:39:47 UTC 2021


    Date: Saturday, February 6, 2021 @ 22:39:47
  Author: polyzen
Revision: 847504

upgpkg: bitwarden_rs-web 2.18.1b-1

Modified:
  bitwarden_rs-web/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 22:39:08 UTC (rev 847503)
+++ PKGBUILD	2021-02-06 22:39:47 UTC (rev 847504)
@@ -2,7 +2,9 @@
 # Contributor: Markus Richter <mqus at disroot dot org>
 
 pkgname=bitwarden_rs-web
-pkgver=2.18.1
+pkgver=2.18.1b
+_upstreamver=2.18.1
+_patchver=2.18.1
 pkgrel=1
 pkgdesc='Bitwarden web vault with the patches to make it work with bitwarden_rs'
 arch=('any')
@@ -13,12 +15,12 @@
 provides=('bitwarden_rs-vault')
 replaces=('bitwarden_rs-vault')
 install=$pkgname.install
-source=("bitwarden-web::git+https://github.com/bitwarden/web.git#tag=v$pkgver"
+source=("bitwarden-web::git+https://github.com/bitwarden/web.git#tag=v$_upstreamver"
         'git+https://github.com/bitwarden/jslib.git'
-        "$pkgname-v2.18.0.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$pkgver/patches/v2.18.0.patch")
+        "$pkgname-v$_patchver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$pkgver/patches/v$_patchver.patch")
 b2sums=('SKIP'
         'SKIP'
-        '3d90e14ec7e6fbb2db482b6bbbfb5dd95f4f9fbde25276b36334dbc937d0c8486442a6b9d37123dacfd24cdf48f5aec42c5526f0b2f7cc2ca8bbe3465dad69cb')
+        '8346c501c09b4764898b0a50d777eadfed725b931b2f9400343d1f4dbf01fa8f9bf1ce0ae18056ff2f1e66e81b9d609082d627aebf58522f468bb044ec266f11')
 
 prepare() {
   cd bitwarden-web
@@ -25,7 +27,7 @@
   git submodule init
   git config submodule.jslib.url ../jslib
   git submodule update
-  patch --forward --strip=1 --input=../$pkgname-v2.18.0.patch
+  patch --forward --strip=1 --input=../$pkgname-v$_patchver.patch
 }
 
 build() {



More information about the arch-commits mailing list