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

Daniel M. Capella polyzen at archlinux.org
Wed Jan 27 19:29:20 UTC 2021


    Date: Wednesday, January 27, 2021 @ 19:29:20
  Author: polyzen
Revision: 832309

upgpkg: bitwarden_rs-web 2.18.1-1

Modified:
  bitwarden_rs-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-27 19:29:15 UTC (rev 832308)
+++ PKGBUILD	2021-01-27 19:29:20 UTC (rev 832309)
@@ -2,7 +2,7 @@
 # Contributor: Markus Richter <mqus at disroot dot org>
 
 pkgname=bitwarden_rs-web
-pkgver=2.18.0
+pkgver=2.18.1
 pkgrel=1
 pkgdesc='Bitwarden web vault with the patches to make it work with bitwarden_rs'
 arch=('any')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=("bitwarden-web::git+https://github.com/bitwarden/web.git#tag=v$pkgver"
         'git+https://github.com/bitwarden/jslib.git'
-        "$pkgname-v$pkgver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$pkgver/patches/v$pkgver.patch")
+        "$pkgname-v2.18.0.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$pkgver/patches/v2.18.0.patch")
 b2sums=('SKIP'
         'SKIP'
         '3d90e14ec7e6fbb2db482b6bbbfb5dd95f4f9fbde25276b36334dbc937d0c8486442a6b9d37123dacfd24cdf48f5aec42c5526f0b2f7cc2ca8bbe3465dad69cb')
@@ -25,7 +25,7 @@
   git submodule init
   git config submodule.jslib.url ../jslib
   git submodule update
-  patch --forward --strip=1 --input=../$pkgname-v$pkgver.patch
+  patch --forward --strip=1 --input=../$pkgname-v2.18.0.patch
 }
 
 build() {



More information about the arch-commits mailing list