makedeb


mongosh-bin 1:2.1.3-2


MongoDB Shell is the quickest way to connect to (and work with) MongoDB

Click here to go back to the commit logs for mongosh-bin.

Commit:


Hash: 46617bbf0f99153d747c5cac9cb7879316dffe3c

Message: extensions=('zipman') (no strip)

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 134d37b..ff82c7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = mongosh-bin
 epoch = 1
 pkgbase = mongosh-bin
 pkgdesc = MongoDB Shell is the quickest way to connect to (and work with) MongoDB
-pkgrel = 1
+pkgrel = 2
 pkgver = 1.9.1
 url = https://www.mongodb.com/try/download/shell
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index ee9af3b..c4e874a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
 
 pkgname=mongosh-bin
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="MongoDB Shell is the quickest way to connect to (and work with) MongoDB"
 arch=(amd64)
 url="https://www.mongodb.com/try/download/shell"
 license=('Apache')
+extensions=('zipman')
 source=(
   "https://downloads.mongodb.com/compass/mongosh-$pkgver-linux-x64.tgz"
 )