summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-09-23 14:10:29 +0330
committerAli Molaei2023-09-23 14:10:29 +0330
commit2bf505a492ffeb8fe71be5648bf934d38ce34fc2 (patch)
treea3db1b9a52b14591a0b7633a72b1d779f463a602
parent5f1e96d639610223ff18411c7a12c3c537832d9f (diff)
downloadaur-2bf505a492ffeb8fe71be5648bf934d38ce34fc2.tar.gz
Provide and conflict with mongosh
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c24a23cda724..ed22072490e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = mongosh-bin
pkgdesc = An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mongodb-js/mongosh.git
arch = x86_64
arch = aarch64
license = Apache
depends = krb5
+ provides = mongosh
+ conflicts = mongosh
source_x86_64 = https://downloads.mongodb.com/compass/mongosh-2.0.1-linux-x64.tgz
sha256sums_x86_64 = b3ca23c3720c6e773fdd692bd3d8014d9d0a2fe9df8854c6ad87fdd596834e4d
source_aarch64 = https://downloads.mongodb.com/compass/mongosh-2.0.1-linux-arm64.tgz
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