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

Daniel M. Capella polyzen at archlinux.org
Mon Jan 25 22:30:02 UTC 2021


    Date: Monday, January 25, 2021 @ 22:30:02
  Author: polyzen
Revision: 830052

archrelease: copy trunk to community-any

Added:
  bitwarden_rs-web/repos/community-any/PKGBUILD
    (from rev 830050, bitwarden_rs-web/trunk/PKGBUILD)
  bitwarden_rs-web/repos/community-any/bitwarden_rs-web.install
    (from rev 830051, 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                 |   88 ++++++++++++++++++++++-----------------------
 bitwarden_rs-web.install |   24 ++++++------
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 22:29:52 UTC (rev 830051)
+++ PKGBUILD	2021-01-25 22:30:02 UTC (rev 830052)
@@ -1,44 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Markus Richter <mqus at disroot dot org>
-
-pkgname=bitwarden_rs-web
-pkgver=2.17.1
-pkgrel=2
-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' '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$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")
-b2sums=('SKIP'
-        'SKIP'
-        'da88c88d7a7bb034c3307992eb3a868928961c00bb44f4ad5b3adbf51c5858b365a0592c04071d8bf011911ec4cf69ae0f6bc8160bc07491b1e5f36c43d60dd9')
-
-prepare() {
-  cd bitwarden-web
-  git submodule init
-  git config submodule.jslib.url ../jslib
-  git submodule update
-  patch --forward --strip=1 --input=../$pkgname-v$pkgver.patch
-}
-
-build() {
-  cd bitwarden-web
-  npm install
-  npm audit fix
-  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 830050, bitwarden_rs-web/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-25 22:30:02 UTC (rev 830052)
@@ -0,0 +1,44 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Markus Richter <mqus at disroot dot org>
+
+pkgname=bitwarden_rs-web
+pkgver=2.18.0
+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' '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$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")
+b2sums=('SKIP'
+        'SKIP'
+        '3d90e14ec7e6fbb2db482b6bbbfb5dd95f4f9fbde25276b36334dbc937d0c8486442a6b9d37123dacfd24cdf48f5aec42c5526f0b2f7cc2ca8bbe3465dad69cb')
+
+prepare() {
+  cd bitwarden-web
+  git submodule init
+  git config submodule.jslib.url ../jslib
+  git submodule update
+  patch --forward --strip=1 --input=../$pkgname-v$pkgver.patch
+}
+
+build() {
+  cd bitwarden-web
+  npm install --frozen-lockfile
+  npm audit fix
+  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-01-25 22:29:52 UTC (rev 830051)
+++ bitwarden_rs-web.install	2021-01-25 22:30:02 UTC (rev 830052)
@@ -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 830051, bitwarden_rs-web/trunk/bitwarden_rs-web.install)
===================================================================
--- bitwarden_rs-web.install	                        (rev 0)
+++ bitwarden_rs-web.install	2021-01-25 22:30:02 UTC (rev 830052)
@@ -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