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

Daniel M. Capella polyzen at archlinux.org
Tue Jan 5 22:35:42 UTC 2021


    Date: Tuesday, January 5, 2021 @ 22:35:41
  Author: polyzen
Revision: 810223

archrelease: copy trunk to community-any

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 22:35:41 UTC (rev 810222)
+++ PKGBUILD	2021-01-05 22:35:41 UTC (rev 810223)
@@ -1,43 +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=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')
-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 810208, bitwarden_rs-web/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-05 22:35:41 UTC (rev 810223)
@@ -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.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:

Deleted: bitwarden_rs-web.install
===================================================================
--- bitwarden_rs-web.install	2021-01-05 22:35:41 UTC (rev 810222)
+++ bitwarden_rs-web.install	2021-01-05 22:35:41 UTC (rev 810223)
@@ -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 810212, bitwarden_rs-web/trunk/bitwarden_rs-web.install)
===================================================================
--- bitwarden_rs-web.install	                        (rev 0)
+++ bitwarden_rs-web.install	2021-01-05 22:35:41 UTC (rev 810223)
@@ -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