summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a053a3358636..125f6210d119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden_rs-git
- pkgdesc = An unofficial lightweight implementation of the bitwarden-server using rust and sqlite. Does NOT include the web-interface.
- pkgver = 1.16.3.r62.g3777624
+ pkgdesc = An unofficial lightweight implementation of the bitwarden-server using rust. Supports all database backends(mysql, postgresql, sqlite) Does NOT include the web-interface.
+ pkgver = 1.19.0.r4.gd69be7d
pkgrel = 1
url = https://github.com/dani-garcia/bitwarden_rs
install = bitwarden_rs.install
@@ -12,11 +12,19 @@ pkgbase = bitwarden_rs-git
makedepends = rust-nightly
makedepends = cargo-nightly
makedepends = git
+ makedepends = postgresql-libs
+ makedepends = mariadb-libs
depends = openssl
optdepends = bitwarden_rs-vault: Web Interface 'Vault'
+ optdepends = postgresql-libs: For running bitwarden_rs with the postgresql backend
+ optdepends = mariadb-libs: For running bitwarden_rs with the mysql backend
provides = bitwarden_rs
+ provides = bitwarden_rs-mysql
+ provides = bitwarden_rs-sqlite
+ provides = bitwarden_rs-postgresql
conflicts = bitwarden_rs
conflicts = bitwarden_rs-mysql
+ conflicts = bitwarden_rs-sqlite
conflicts = bitwarden_rs-postgresql
backup = etc/bitwarden_rs.env
source = git+https://github.com/dani-garcia/bitwarden_rs.git
@@ -29,8 +37,8 @@ pkgbase = bitwarden_rs-git
sha512sums = ae1e05b613d3178bf3fa273ff6661c567140a43826e681b5164ef7d101c1243e5ff93e9caf7193984626d363b8b8b7c076e6646b865699d4cbe482a3dc4f91e7
sha512sums = 6f6b05881ee3344bdc553fae00a709404ddd086af347f909b3f3a620aabd2294b7dd2892472cd72515e9ceced2449eacbd9ef24626a1429776ea4599673a665b
sha512sums = 15b00b0dc9122f98ce8d7b55668fdfbb2e0387563e7d9ad6c0ebc73b75e46e1ccdb3a2186a453795a1b3e2d45358ff5a8076d5cf30319ab2c21539d20cff81c6
- sha512sums = 6fd0ea962f077f92ad7f55a1bab479e68e3463b41eb171d501847554b676b7ecf05e016544f6331bdb53bf71038fcf2ce67ad213d0a7c2f93acbafd72e8441a6
- sha512sums = d3ef28356adb66f3f0b50ef9efdae034f542c3ec486952c01ebdb959c2aa5a00a6aad8b73d57e71eb23db6320b5728ac7b26829f8856e0b7220708b91027f944
+ sha512sums = 142f9134e14cc90f135fa1e6b0121e6427f2043b07b6543e24f35f5581aebf338feb12991f23563e516de205b19ad3fbae8bdcd9b5cc5a4736798f3c61757aae
+ sha512sums = 9e0bf89b2e1196402e744244b09257d58958a8fa4b78aabc556571781a1cb05e900e15877f884592e2796c24d631e353d715f202238260055e7d2e8f77cafc58
pkgname = bitwarden_rs-git