summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAli Molaei2023-09-23 14:10:29 +0330
committerAli Molaei2023-09-23 14:10:29 +0330
commit2bf505a492ffeb8fe71be5648bf934d38ce34fc2 (patch)
treea3db1b9a52b14591a0b7633a72b1d779f463a602 /PKGBUILD
parent5f1e96d639610223ff18411c7a12c3c537832d9f (diff)
downloadaur-2bf505a492ffeb8fe71be5648bf934d38ce34fc2.tar.gz
Provide and conflict with mongosh
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