summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-02-12 01:48:35 +0330
committerAli Molaei2019-02-12 01:48:35 +0330
commit34ac325dd4a07f98d47d452ac65de562b66a53cc (patch)
treed630631d087ad507ab43d1337ab3eead9e429302
parent24645149c1390d3460ea9e5e8af2ca580f8f339a (diff)
downloadaur-34ac325dd4a07f98d47d452ac65de562b66a53cc.tar.gz
Add optional dependancies for mongoreplay and install_compass, update package description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca82937236a1..3558b13e33df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = mongodb-bin
- pkgdesc = Scalable and flexible document database
+ pkgdesc = A high-performance, open source, schema-free document-oriented database
pkgver = 4.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/
arch = x86_64
license = SSPLv1
+ optdepends = libpcap: Needed for mongoreplay
+ optdepends = python2: Needed for install_compass
provides = mongodb=4.0.6
provides = mongodb-tools=4.0.6
conflicts = mongodb
diff --git a/PKGBUILD b/PKGBUILD
index 18237248485e..f9cbb1f25dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname="mongodb-bin"
pkgver="4.0.6"
-pkgrel="1"
-pkgdesc="Scalable and flexible document database"
+pkgrel="2"
+pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64")
url="https://www.mongodb.com/"
license=("SSPLv1")
provides=("mongodb=$pkgver" "mongodb-tools=$pkgver")
conflicts=("mongodb" "mongodb-tools")
+optdepends=('libpcap: Needed for mongoreplay'
+ 'python2: Needed for install_compass')
source=(
"https://fastdl.mongodb.org/linux/mongodb-linux-$arch-$pkgver.tgz"
"mongodb.service"