summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-08-27 22:30:09 -0400
committerJames P. Harvey2019-08-27 22:30:24 -0400
commit435156f82ee0fe455d59d46a4e676f7275267d29 (patch)
tree975361087d68068c3d3fe888d56d787156901e0c
parent4dfb729a37a0362b0b1c263d231670f297d724e5 (diff)
downloadaur-435156f82ee0fe455d59d46a4e676f7275267d29.tar.gz
Upstream has compatability issue with pcre 8.43. Don't use system pcre until fix, expected in pcre 8.44.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d1e578629d5..0fec73189f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb
pkgdesc = A high-performance, open source, schema-free document-oriented database
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/
arch = x86_64
license = custom:SSPL
@@ -16,7 +16,6 @@ pkgbase = mongodb
depends = curl
depends = libstemmer
depends = lsb-release
- depends = pcre
depends = yaml-cpp
depends = snappy
depends = gperftools
diff --git a/PKGBUILD b/PKGBUILD
index 250920d8546b..d171b7f0771a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,13 +10,13 @@
pkgname=mongodb
# #.<odd number>.# releases are unstable development/testing
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64")
url="https://www.${pkgname}.com/"
license=("custom:SSPL")
# lsb-release::/etc/lsb-release required by src/mongo/util/processinfo_linux.cpp::getLinuxDistro()
-depends=("curl" "libstemmer" "lsb-release" "pcre" "yaml-cpp" "snappy" "gperftools")
+depends=("curl" "libstemmer" "lsb-release" "yaml-cpp" "snappy" "gperftools")
optdepends=("${pkgname}-tools: mongoimport, mongodump, mongotop, etc")
makedepends=("scons" "python-psutil" "python-setuptools" "python-regex" "python-cheetah3" "python-yaml" "python-requests")
checkdepends=("python-pymongo")
@@ -33,7 +33,7 @@ sha256sums=('c7214ee7bda3cf9566e8776a8978706d9827c1b09017e17b66a5a4e0c0731e1f'
'2879392baba8af386e623751818b692b8101ead6e9d4fe0de92fef97e54f284a')
_scons_args=(
- --use-system-pcre
+ #--use-system-pcre # wait for pcre 8.44+ https://jira.mongodb.org/browse/SERVER-40836 and https://jira.mongodb.org/browse/SERVER-42990
--use-system-snappy
--use-system-yaml
--use-system-zlib