summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2022-09-29 22:17:41 -0300
committerRafael Fontenelle2022-09-29 22:17:41 -0300
commitc1ac676533ba060fa2601a6773852a22926cb60a (patch)
treed387211f7f4adf19daaa8044108de03f4516735a /PKGBUILD
parent29c213a4e0146e7119336e91bf5a760bf7f3e95f (diff)
downloadaur-mongodb34-bin.tar.gz
Set openssl-1.0 and chrpath dependecies
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")