hashworks pushed to branch main at Arch Linux / Packaging / Packages / openbao
Commits:
20c2017e by Justin Kromlinger at 2026-07-19T16:10:57+02:00
Add openbao-plugin-database-mongodb optdepends
- - - - -
272a8c8e by Justin Kromlinger at 2026-07-19T16:11:17+02:00
Drop superfluous go-tools makedepends
Resolves #3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -7,7 +7,6 @@ pkgbase = openbao
arch = x86_64
license = MPL-2.0
makedepends = go
- makedepends = go-tools
makedepends = git
makedepends = pnpm
makedepends = nodejs-lts-jod
@@ -15,6 +14,7 @@ pkgbase = openbao
optdepends = openbao-plugin-auth-azure
optdepends = openbao-plugin-auth-gcp
optdepends = openbao-plugin-auth-github
+ optdepends = openbao-plugin-database-mongodb
optdepends = openbao-plugin-secrets-aws
optdepends = openbao-plugin-secrets-azure
optdepends = openbao-plugin-secrets-consul
=====================================
PKGBUILD
=====================================
@@ -13,6 +13,7 @@ optdepends=(
openbao-plugin-auth-azure
openbao-plugin-auth-gcp
openbao-plugin-auth-github
+ openbao-plugin-database-mongodb
openbao-plugin-secrets-aws
openbao-plugin-secrets-azure
openbao-plugin-secrets-consul
@@ -31,7 +32,7 @@ optdepends=(
# nodejs 23 and later don't work
# See https://github.com/openbao/openbao/issues/731
# If built without the ui, the nodejs dependency can be removed
-makedepends=(go go-tools git pnpm nodejs-lts-jod)
+makedepends=(go git pnpm nodejs-lts-jod)
install=openbao.install
backup=(etc/openbao/openbao.hcl etc/default/openbao)
source=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openbao/-/compare/932c11f24890a3183771d75f0cad409519e03b90...272a8c8e717e2fbb45bb1d8b43f695f23e0795e3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openbao/-/compare/932c11f24890a3183771d75f0cad409519e03b90...272a8c8e717e2fbb45bb1d8b43f695f23e0795e3
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help