Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
vaultwarden


Commits:
2899e07a by Daniel M. Capella at 2024-08-11T22:15:48-04:00
upgpkg: 1.32.0-2: Readjust database backend deps again

All db backends that the build supports are (unfortunately) runtime deps.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,21 +1,19 @@
 pkgbase = vaultwarden
        pkgdesc = Unofficial Bitwarden compatible server written in Rust
        pkgver = 1.32.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/dani-garcia/vaultwarden
        install = vaultwarden.install
        arch = x86_64
        license = AGPL-3.0-only
        makedepends = git
-       makedepends = postgresql-libs
        makedepends = rust
-       makedepends = sqlite
        depends = gcc-libs
        depends = glibc
        depends = openssl
+       depends = postgresql-libs
+       depends = sqlite
        optdepends = vaultwarden-web: for the web app
-       optdepends = postgresql-libs: for one of the database backends
-       optdepends = sqlite: for one of the database backends
        options = !lto
        backup = etc/vaultwarden.env
        source = git+https://github.com/dani-garcia/vaultwarden.git#tag=1.32.0
@@ -26,7 +24,6 @@ pkgbase = vaultwarden
        b2sums = 
ff8e896f820b88f079d3d4f4c2eb394362569c921f53693e25d3badaf9fdca841e4d7665862e09d22421f544802f3a64014696fd92d7f0b923faf41f8d99e472
        b2sums = 
6580cf4031f262638abf11e529e8dfc489197afd6cd616c6a7810741e03c004706a5f9358f825aac6644c0ab6b251627ff988ed68f8264120b3575a655972390
        b2sums = 
9cdcd6c997c884eb3c1ad0c9b8cd91e68ec6762a27f9b80a7eb6c0cb1ffa4e500a654da6f17e9f985cc67add154efe737761f74e4e5f72892fc0e9d457314973
-       optdepends_x86_64 = mariadb-libs: for one of the database backends
-       makedepends_x86_64 = mariadb-libs
+       depends_x86_64 = mariadb-libs
 
 pkgname = vaultwarden


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=vaultwarden
 pkgver=1.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Unofficial Bitwarden compatible server written in Rust'
 arch=(x86_64)
 url=https://github.com/dani-garcia/vaultwarden
@@ -14,20 +14,15 @@ depends=(
   gcc-libs
   glibc
   openssl
+  postgresql-libs
+  sqlite
 )
+depends_x86_64=(mariadb-libs)
 makedepends=(
   git
-  postgresql-libs
   rust
-  sqlite
-)
-makedepends_x86_64=(mariadb-libs)
-optdepends=(
-  'vaultwarden-web: for the web app'
-  'postgresql-libs: for one of the database backends'
-  'sqlite: for one of the database backends'
 )
-optdepends_x86_64=('mariadb-libs: for one of the database backends')
+optdepends=('vaultwarden-web: for the web app')
 backup=(etc/vaultwarden.env)
 options=(!lto)
 install=$pkgname.install



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vaultwarden/-/commit/2899e07ab30555295ee65afe6efe3b2358fe9839

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vaultwarden/-/commit/2899e07ab30555295ee65afe6efe3b2358fe9839
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to