summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61ef663ab1c7..db51dca7fab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ pkgname="mongodb34-bin"
pkgver="3.4.24"
_basever="3.4"
_basedist="xenial"
-pkgrel="1"
+pkgrel="2"
pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64" "aarch64")
url="https://www.mongodb.com/"
license=("custom:SSPLv1" "Apache")
-depends=("curl")
+depends=(curl openssl-1.0)
+makedepends=(chrpath)
optdepends=("mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.")
provides=("mongodb=$pkgver")
conflicts=("mongodb" "mongodb-shell-bin")