summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAli Molaei2022-11-05 12:13:26 +0330
committerAli Molaei2022-11-05 12:13:26 +0330
commitb906c81144c633f644fc296b6c605f980e196dd7 (patch)
tree8aca9d1a2d8e4cfc3082f9aaab7a62c5b0133e0d /PKGBUILD
parent44902eea4c51f6b665d2940a18fd930abe4ba06f (diff)
downloadaur-b906c81144c633f644fc296b6c605f980e196dd7.tar.gz
Add openssl-1.0 as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9561e16aff8b..231cd86a2a76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname="mongodb-bin"
pkgver="6.0.2"
_basever="6.0"
_basedist="focal"
-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=(mongosh-bin curl)
+depends=(mongosh-bin curl openssl-1.1)
makedepends=(chrpath)
optdepends=("mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.")
provides=("mongodb=$pkgver")