summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2022-09-29 22:17:41 -0300
committerRafael Fontenelle2022-09-29 22:17:41 -0300
commitc1ac676533ba060fa2601a6773852a22926cb60a (patch)
treed387211f7f4adf19daaa8044108de03f4516735a
parent29c213a4e0146e7119336e91bf5a760bf7f3e95f (diff)
downloadaur-c1ac676533ba060fa2601a6773852a22926cb60a.tar.gz
Set openssl-1.0 and chrpath dependecies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d113a43bbdbe..96497770ac95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = mongodb34-bin
pkgdesc = A high-performance, open source, schema-free document-oriented database
pkgver = 3.4.24
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/
arch = x86_64
arch = aarch64
license = custom:SSPLv1
license = Apache
+ makedepends = chrpath
depends = curl
+ depends = openssl-1.0
optdepends = mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.
provides = mongodb=3.4.24
conflicts = mongodb
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")