summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-11-05 12:13:26 +0330
committerAli Molaei2022-11-05 12:13:26 +0330
commitb906c81144c633f644fc296b6c605f980e196dd7 (patch)
tree8aca9d1a2d8e4cfc3082f9aaab7a62c5b0133e0d
parent44902eea4c51f6b665d2940a18fd930abe4ba06f (diff)
downloadaur-b906c81144c633f644fc296b6c605f980e196dd7.tar.gz
Add openssl-1.0 as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 076f31182478..2bb64146a650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = mongodb-bin
makedepends = chrpath
depends = mongosh-bin
depends = curl
+ depends = openssl-1.1
optdepends = mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.
provides = mongodb=6.0.2
conflicts = mongodb
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")