[arch-commits] Commit in bitwarden_rs/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Nov 24 20:38:48 UTC 2020
Date: Tuesday, November 24, 2020 @ 20:38:48
Author: polyzen
Revision: 761013
Remove database server optdeps
Database servers do not need to be run on the same host as bwrs.
Modified:
bitwarden_rs/trunk/PKGBUILD
----------+
PKGBUILD | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-24 19:53:55 UTC (rev 761012)
+++ PKGBUILD 2020-11-24 20:38:48 UTC (rev 761013)
@@ -11,9 +11,7 @@
license=('GPL3')
depends=('mariadb-libs' 'openssl' 'postgresql-libs' 'sqlite')
makedepends=('rustup')
-optdepends=('bitwarden_rs-vault: for the web app'
- 'mariadb: for the MySQL backend'
- 'postgresql: for the PostgreSQL backend')
+optdepends=('bitwarden_rs-vault: for the web app')
conflicts=("$pkgname-mysql" "$pkgname-postgresql")
backup=('etc/bitwarden_rs.env')
install=$pkgname.install
More information about the arch-commits
mailing list