[arch-commits] Commit in vaultwarden-web/trunk (PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Tue Jul 27 03:12:32 UTC 2021
Date: Tuesday, July 27, 2021 @ 03:12:31
Author: polyzen
Revision: 986417
upgpkg: vaultwarden-web 2.21.1-1
Modified:
vaultwarden-web/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-27 01:57:00 UTC (rev 986416)
+++ PKGBUILD 2021-07-27 03:12:31 UTC (rev 986417)
@@ -2,8 +2,8 @@
# Contributor: Markus Richter <mqus at disroot dot org>
pkgname=vaultwarden-web
-_pkgver=2.20.4b
-pkgver=2.20.4.b
+_pkgver=2.21.1
+pkgver=2.21.1
_upstreamver=${_pkgver%[[:lower:]]}
_patchver=$_upstreamver
pkgrel=1
@@ -17,11 +17,9 @@
replaces=('bitwarden_rs-vault' 'bitwarden_rs-web')
install=$pkgname.install
source=("bitwarden-web::git+https://github.com/bitwarden/web.git#tag=v$_upstreamver"
- 'git+https://github.com/bitwarden/jslib.git'
"$pkgname-v$_patchver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$_pkgver/patches/v$_patchver.patch")
b2sums=('SKIP'
- 'SKIP'
- '6ca5518f86a3aaaec88047a2f52e4bd5f29e4a0653fce4f2c7086a101a66284b5895715c35d5ec7594bff576f1d1b3205310a8117e8630ddd25e11b91b5413da')
+ 'e4106009cfad41ee2289d791227d794708bff820acd0383538727b43a71fd84716d3b9a2c1e748d02b235df469c1853aa0cebbad3251dd5d4aa7e1ed19dbf254')
pkgver() {
echo $_pkgver | sed 's/[[:lower:]]$/.&/'
@@ -29,9 +27,7 @@
prepare() {
cd bitwarden-web
- git submodule init
- git config submodule.jslib.url ../jslib
- git submodule update
+ git submodule update --init
patch --forward --strip=1 --input=../$pkgname-v$_patchver.patch
npm ci
}
More information about the arch-commits
mailing list