Package Details: mongodb70-bin 7.0.22-1

Git Clone URL: https://aur.archlinux.org/mongodb70-bin.git (read-only, click to copy)
Package Base: mongodb70-bin
Description: A high-performance, open source, schema-free document-oriented database
Upstream URL: https://www.mongodb.com/
Licenses: SSPL-1.0
Conflicts: mongodb, mongodb-shell-bin
Provides: mongodb
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 0
Popularity: 0.000000
First Submitted: 2024-05-15 13:17 (UTC)
Last Updated: 2025-07-20 15:58 (UTC)

Dependencies (5)

Required by (18)

Sources (7)

Latest Comments

rv1sr commented on 2025-07-20 15:34 (UTC)

Upstream changed compression algorithm, apply this

$ git diff
diff --git a/PKGBUILD b/PKGBUILD
index 7431747..6ddbef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,8 +45,8 @@ sha256sums_aarch64=('f955bedea194e35cfc13e0be2613941c1136889813c3d5058dd22891632

prepare() {
mkdir -p output
-  bsdtar -O -xf mongodb-org-server_${pkgver}_${CARCH}.deb data.tar.xz | bsdtar -C output -xJf - #server extracted
-  bsdtar -O -xf mongodb-org-mongos_${pkgver}_${CARCH}.deb data.tar.xz | bsdtar -C output -xJf - #mongos extracted
+  bsdtar -O -xf mongodb-org-server_${pkgver}_${CARCH}.deb data.tar.zst | bsdtar -C output -xJf - #server extracted
+  bsdtar -O -xf mongodb-org-mongos_${pkgver}_${CARCH}.deb data.tar.zst | bsdtar -C output -xJf - #mongos extracted

# Remove insecure RUNPATH '$ORIGIN/../lib' as reported by namcap
chrpath -d output/usr/bin/mongos