summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-11-05 12:18:05 +0330
committerAli Molaei2022-11-05 12:18:05 +0330
commit9e9dd26e0016acc63915b88672112beec7a157da (patch)
treec0f82797f5609c2d64931ec7948c0c1636012772
parent088027f43d3311e0ab0c9c59c8403ce2ed0647a6 (diff)
downloadaur-9e9dd26e0016acc63915b88672112beec7a157da.tar.gz
Add openssl-1.0 as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 428764ae179b..d7b8c3431e03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mongodb44-bin
pkgdesc = A high-performance, open source, schema-free document-oriented database
pkgver = 4.4.17
- pkgrel = 2
+ pkgrel = 3
url = https://www.mongodb.com/
arch = x86_64
arch = aarch64
license = custom:SSPLv1
makedepends = chrpath
depends = curl
+ depends = openssl-1.1
optdepends = mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.
provides = mongodb=4.4.17
conflicts = mongodb
diff --git a/PKGBUILD b/PKGBUILD
index e2de9f45b7fb..8b679a3a77b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname="mongodb44-bin"
pkgver="4.4.17"
_basever="4.4"
_basedist="focal"
-pkgrel="2"
+pkgrel="3"
pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64" "aarch64")
url="https://www.mongodb.com/"
license=("custom:SSPLv1")
-depends=(curl)
+depends=(curl openssl-1.1)
makedepends=(chrpath)
optdepends=("mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.")
provides=("mongodb=$pkgver")