Package Details: mongodb 7.0.14-1

Git Clone URL: https://aur.archlinux.org/mongodb.git (read-only, click to copy)
Package Base: mongodb
Description: A high-performance, open source, schema-free document-oriented database
Upstream URL: https://www.mongodb.com/
Keywords: database document-oriented
Licenses: SSPL-1.0
Provides: mongodb
Submitter: felixonmars
Maintainer: JstKddng
Last Packager: JstKddng
Votes: 35
Popularity: 0.062672
First Submitted: 2019-01-18 22:08 (UTC)
Last Updated: 2024-09-24 02:53 (UTC)

Sources (9)

Pinned Comments

JstKddng commented on 2022-08-03 23:28 (UTC)

Binary builds are available:

https://software.opensuse.org//download.html?project=home%3Ajustkidding%3Aarch&package=mongodb

JstKddng commented on 2022-08-03 23:28 (UTC)

If you have a pre-sandybridge CPU or an ARMv8 sbc, you can use mongodb44

If you'd like to stay in the V5.0 branch, you can use mongodb50

JstKddng commented on 2022-08-03 23:25 (UTC)

The mongo utility will be removed in future releases. Switching to mongosh is recommended.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »

PolarianDev commented on 2023-09-18 09:45 (UTC)

Hello,

Just wanted to correct myself, the following comment on this package: https://aur.archlinux.org/packages/mongodb?O=10#comment-910704

This was incorrect, Scimmia corrected me on IRC, curl is pulled in by pacman and is not a direct dependency of base-devel, I apologise for my mistake.

Secondly, polarrepo has caught up to binary builds for mongodb is also available there \o/

Take care,
Polarian

JstKddng commented on 2023-09-18 00:04 (UTC)

mongosh-bin should provide/conflict with mongosh, not the other way around.

I guess that works too

PolarianDev commented on 2023-09-17 16:41 (UTC)

also @JstKddng thanks for fixing the issues \o/

sorry for double posting

PolarianDev commented on 2023-09-17 16:41 (UTC)

@Scimmia thank you for helping clarify the point :D

Scimmia commented on 2023-09-17 15:33 (UTC)

JstKddng, you missed the point. mongosh-bin should provide/conflict with mongosh, not the other way around.

JstKddng commented on 2023-09-17 14:26 (UTC)

@PolarianDev

it should conflict since both provide /usr/bin/mongosh

You forgot the following:

done2

PolarianDev commented on 2023-09-17 14:10 (UTC)

@JstKddng You forgot the following:

  • Bump pkgrel to 2, because you have made modifications to the package for the same version.

  • Regenerate the .SRCINFO, you haven't done this and thus the AUR hasn't updated:

makepkg --printsrcinfo > .SRCINFO

After that I can build and deploy this to my repository \o/

PolarianDev commented on 2023-09-17 13:07 (UTC)

@JstKddng No mongosh should not conflict mongosh-bin, the source package does not need to conflict or provide, it is the suffixed packages which need to (so -git, -bin etc).

mongosh is completely fine :)

Also cheers for the additional of the option, now it will build just fine :)

JstKddng commented on 2023-09-17 01:06 (UTC)

@yakoyakoyokuyoku

you should add mongosh-bin to the mongosh conflicts

@PolarianDev

done