[arch-commits] Commit in bitwarden_rs-web/repos/community-any (4 files)

Daniel M. Capella polyzen at archlinux.org
Sun Mar 14 22:13:28 UTC 2021


    Date: Sunday, March 14, 2021 @ 22:13:27
  Author: polyzen
Revision: 891320

archrelease: copy trunk to community-any

Added:
  bitwarden_rs-web/repos/community-any/PKGBUILD
    (from rev 891319, bitwarden_rs-web/trunk/PKGBUILD)
  bitwarden_rs-web/repos/community-any/bitwarden_rs-web.install
    (from rev 891319, bitwarden_rs-web/trunk/bitwarden_rs-web.install)
Deleted:
  bitwarden_rs-web/repos/community-any/PKGBUILD
  bitwarden_rs-web/repos/community-any/bitwarden_rs-web.install

--------------------------+
 PKGBUILD                 |   92 ++++++++++++++++++++++-----------------------
 bitwarden_rs-web.install |   24 +++++------
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 22:12:57 UTC (rev 891319)
+++ PKGBUILD	2021-03-14 22:13:27 UTC (rev 891320)
@@ -1,46 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Markus Richter <mqus at disroot dot org>
-
-pkgname=bitwarden_rs-web
-_pkgver=2.18.2
-pkgver=$_pkgver
-_upstreamver=$_pkgver
-_patchver=2.18.1
-pkgrel=1
-pkgdesc='Bitwarden web vault with the patches to make it work with bitwarden_rs'
-arch=('any')
-url=https://github.com/dani-garcia/bw_web_builds
-license=('GPL3')
-depends=('bitwarden_rs')
-makedepends=('git' 'nodejs-lts-erbium' 'npm' 'python2')
-provides=('bitwarden_rs-vault')
-replaces=('bitwarden_rs-vault')
-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'
-        'b929394b653db0e13128dbf3a7ad6769dab32dfb9e7d0ec03dbcdf78f462226bbc19ddec98066a65bdf894204cc719ee7270152e1745fc38c136769c597a2d4c')
-
-prepare() {
-  cd bitwarden-web
-  git submodule init
-  git config submodule.jslib.url ../jslib
-  git submodule update
-  patch --forward --strip=1 --input=../$pkgname-v$_patchver.patch
-  npm ci
-}
-
-build() {
-  cd bitwarden-web
-  npm run dist
-}
-
-package() {
-  cd bitwarden-web
-  install -d "$pkgdir"/usr/share/$pkgname
-  cp -R build/* "$pkgdir"/usr/share/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bitwarden_rs-web/repos/community-any/PKGBUILD (from rev 891319, bitwarden_rs-web/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-14 22:13:27 UTC (rev 891320)
@@ -0,0 +1,46 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Markus Richter <mqus at disroot dot org>
+
+pkgname=bitwarden_rs-web
+_pkgver=2.19.0
+pkgver=$_pkgver
+_upstreamver=$_pkgver
+_patchver=$_pkgver
+pkgrel=1
+pkgdesc='Bitwarden web vault with the patches to make it work with bitwarden_rs'
+arch=('any')
+url=https://github.com/dani-garcia/bw_web_builds
+license=('GPL3')
+depends=('bitwarden_rs')
+makedepends=('git' 'nodejs-lts-erbium' 'npm' 'python2')
+provides=('bitwarden_rs-vault')
+replaces=('bitwarden_rs-vault')
+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'
+        '3ab0678561cea99b652a87a4ad1780fa21d376e0dc1472eff5e3ab6c0f9942c836f1e0d8e05daf43b82ff0ea0d2fe295ffc9fb1207e1cb17971dc2ec0c117582')
+
+prepare() {
+  cd bitwarden-web
+  git submodule init
+  git config submodule.jslib.url ../jslib
+  git submodule update
+  patch --forward --strip=1 --input=../$pkgname-v$_patchver.patch
+  npm ci
+}
+
+build() {
+  cd bitwarden-web
+  npm run dist
+}
+
+package() {
+  cd bitwarden-web
+  install -d "$pkgdir"/usr/share/$pkgname
+  cp -R build/* "$pkgdir"/usr/share/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: bitwarden_rs-web.install
===================================================================
--- bitwarden_rs-web.install	2021-03-14 22:12:57 UTC (rev 891319)
+++ bitwarden_rs-web.install	2021-03-14 22:13:27 UTC (rev 891320)
@@ -1,12 +0,0 @@
-post_install() {
-  cat << EOF
-Uncomment WEB_VAULT_FOLDER and set WEB_VAULT_ENABLED to true in your
-/etc/bitwarden_rs.env.
-
-If upgrading from the AUR package, set the new path:
-WEB_VAULT_FOLDER=/usr/share/bitwarden_rs-web
-
-Restart bitwarden_rs after configuration changes have been made:
-# systemctl restart bitwarden_rs
-EOF
-}

Copied: bitwarden_rs-web/repos/community-any/bitwarden_rs-web.install (from rev 891319, bitwarden_rs-web/trunk/bitwarden_rs-web.install)
===================================================================
--- bitwarden_rs-web.install	                        (rev 0)
+++ bitwarden_rs-web.install	2021-03-14 22:13:27 UTC (rev 891320)
@@ -0,0 +1,12 @@
+post_install() {
+  cat << EOF
+Uncomment WEB_VAULT_FOLDER and set WEB_VAULT_ENABLED to true in your
+/etc/bitwarden_rs.env.
+
+If upgrading from the AUR package, set the new path:
+WEB_VAULT_FOLDER=/usr/share/bitwarden_rs-web
+
+Restart bitwarden_rs after configuration changes have been made:
+# systemctl restart bitwarden_rs
+EOF
+}



More information about the arch-commits mailing list