summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcb3b21417fc..ff53d56632aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,12 @@
pkgname=mongosh-bin
_pkgname=mongosh
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64' 'aarch64')
depends=('krb5')
+conflicts=('mongosh')
+provides=('mongosh')
url='https://github.com/mongodb-js/mongosh.git'
license=('Apache')
_mongosh_folder=mongosh-${pkgver}-linux