summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-11-05 12:26:21 +0330
committerAli Molaei2022-11-05 12:26:21 +0330
commit9de58f386205cc4d6c8fa7da486abfcdea929889 (patch)
treed80953fb219e7be9a00f396159a833c3801d0f87
parent66c92622bc3be446f98c845d349e1764a5e75120 (diff)
downloadaur-9de58f386205cc4d6c8fa7da486abfcdea929889.tar.gz
Add openssl-1.1 as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a346bbd34da..c7a11bef0cf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb50-bin
pkgdesc = A high-performance, open source, schema-free document-oriented database
pkgver = 5.0.13
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/
arch = x86_64
arch = aarch64
@@ -9,6 +9,7 @@ pkgbase = mongodb50-bin
license = Apache
makedepends = chrpath
depends = curl
+ depends = openssl-1.1
optdepends = mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.
optdepends = mongosh-bin: An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.
provides = mongodb=5.0.13
diff --git a/PKGBUILD b/PKGBUILD
index 4f014196c28b..daaa3e41dc0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname="mongodb50-bin"
pkgver="5.0.13"
_basever="5.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=(curl)
+depends=(curl openssl-1.1)
makedepends=(chrpath)
optdepends=("mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities."
"mongosh-bin: An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.")