summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-02-16 04:13:06 -0500
committerJames P. Harvey2019-02-21 20:08:45 -0500
commita11d3edd47d1f4c298d78a8fdfbf48172feeb803 (patch)
treeb2e4bf9d7592edc0dec2158999a3f23747b09072
parent28381e1463f078053a43428e3b81c0d3fdaf618d (diff)
downloadaur-a11d3edd47d1f4c298d78a8fdfbf48172feeb803.tar.gz
Make wiredtiger dependency require minimum version of that required by 4.0.6. Especially important because it's now an AUR package as well.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c0e4ef3ea16..cfd1badb82bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 22 01:06:52 UTC 2019
+# Fri Feb 22 01:08:32 UTC 2019
pkgbase = mongodb
pkgdesc = A high-performance, open source, schema-free document-oriented database
pkgver = 4.0.6
@@ -22,7 +22,7 @@ pkgbase = mongodb
depends = libstemmer
depends = lsb-release
depends = pcre
- depends = wiredtiger
+ depends = wiredtiger>=3.1.0.20190207
depends = yaml-cpp
optdepends = mongodb-tools: mongoimport, mongodump, mongotop, etc
backup = etc/mongodb.conf
diff --git a/PKGBUILD b/PKGBUILD
index eae5383f0251..7537b748b7ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="A high-performance, open source, schema-free document-oriented database
arch=("x86_64")
url="https://www.${pkgname}.com/"
license=("custom:SSPL")
-depends=("curl" "libstemmer" "lsb-release" "pcre" "wiredtiger" "yaml-cpp")
+depends=("curl" "libstemmer" "lsb-release" "pcre" "wiredtiger>=3.1.0.20190207" "yaml-cpp")
optdepends=("${pkgname}-tools: mongoimport, mongodump, mongotop, etc")
makedepends=("libpcap" "ncurses" "python2-cheetah" "python2-regex" "python2-requests" "python2-setuptools" "python2-typing" "python2-yaml" "readline" "scons")
checkdepends=("python2-pymongo")