This needs to provide/conflict with mongosh
Search Criteria
Package Details: mongosh-bin 2.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mongosh-bin.git (read-only, click to copy) |
---|---|
Package Base: | mongosh-bin |
Description: | An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages. |
Upstream URL: | https://github.com/mongodb-js/mongosh.git |
Keywords: | mongocli mongodb mongosh |
Licenses: | Apache |
Conflicts: | mongosh |
Provides: | mongosh |
Submitter: | alexandro |
Maintainer: | alexandro (ali.molaei) |
Last Packager: | ali.molaei |
Votes: | 21 |
Popularity: | 0.28 |
First Submitted: | 2021-07-17 18:07 (UTC) |
Last Updated: | 2023-12-05 12:58 (UTC) |
Required by (6)
- mongodb (requires mongosh) (optional)
- mongodb-bin
- mongodb44 (optional)
- mongodb50 (optional)
- mongodb50-bin (optional)
- mongodb60-bin
Sources (2)
Latest Comments
Scimmia commented on 2023-09-19 00:25 (UTC)
alex.gt commented on 2022-09-05 21:11 (UTC)
It's working fine.
ali.molaei commented on 2022-07-29 14:48 (UTC)
@petronny can you check if this is resolved?
petronny commented on 2022-07-25 04:54 (UTC)
Build failed for aarch64.
==> Starting package()...
install: cannot stat 'mongosh-1.5.1-linux-x64/bin/mongosh': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
The correponding path should be mongosh-1.5.1-linux-arm64.
JstKddng commented on 2022-05-31 17:35 (UTC)
PKGBUILD for 1.4.2
# Maintainer: Alejandro Quisbert <alejandropqc at protonmail dot com>
pkgname=mongosh-bin
_pkgname=mongosh
pkgver=1.4.2
pkgrel=1
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64' 'aarch64')
depends=('xz' 'krb5')
url='https://github.com/mongodb-js/mongosh.git'
license=('Apache')
_mongosh_file=mongosh-${pkgver}-linux-x64
source_x86_64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-x64.tgz")
sha256sums_x86_64=('bf2e1939ce5cf012ffc4e4acf81ee4d53f79bd44646be44ef676ce3579814fb2')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
sha256sums_aarch64=('4b8736251aa9f09ca64831ae911c1d4fca22b84fe7a1f1fd02acb48706da29be')
package() {
cd $srcdir/$_mongosh_file
install -D bin/mongosh "$pkgdir/usr/bin/mongosh"
install -D bin/mongosh_csfle_v1.so "$pkgdir/usr/lib/mongosh_csfle_v1.so"
install -Dm644 mongosh.1.gz "$pkgdir/usr/share/man/man1/mongosh.1.gz"
}
ogarcia commented on 2021-04-04 10:56 (UTC)
Armeeh commented on 2020-06-30 08:43 (UTC) (edited on 2020-06-30 08:43 (UTC) by Armeeh)
==> Validating source files with sha256sums...
mongosh-0.0.6-linux.tgz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Perniciosius commented on 2020-06-10 14:16 (UTC)
sha256sum has been fixed
oriold commented on 2020-06-10 08:56 (UTC)
Failing sha256sum validation
Pinned Comments