summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-08-09 22:45:02 -0400
committerJames P. Harvey2019-08-09 22:45:02 -0400
commit26420bc73054f629a2d0a64573c57e92c48377e5 (patch)
tree1309b3788ce26a76b591236be1c8fe639cfc3b20
parentee96b9f056c5c18b494eddda0b145d069ff66b74 (diff)
downloadaur-26420bc73054f629a2d0a64573c57e92c48377e5.tar.gz
Require aur/python2-scons. extra/scons changed from using python2 to python3 4 days ago, and mongodb can't build with it. Upstream has 1.5+ year old stalled work in progress patches of hundreds/thousands of lines for compatibility, that do not apply cleanly.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 071be2786226..4226b0ea2056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb
pkgdesc = A high-performance, open source, schema-free document-oriented database
- pkgver = 4.0.11
+ pkgver = 4.0.12
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
@@ -15,19 +15,19 @@ pkgbase = mongodb
makedepends = python2-typing
makedepends = python2-yaml
makedepends = readline
- makedepends = scons
+ makedepends = python2-scons
depends = curl
depends = libstemmer
depends = lsb-release
depends = pcre
- depends = wiredtiger>=3.1.1.20190701
+ depends = wiredtiger>=3.1.1.20190808
depends = yaml-cpp
optdepends = mongodb-tools: mongoimport, mongodump, mongotop, etc
backup = etc/mongodb.conf
- source = http://downloads.mongodb.org/src/mongodb-src-r4.0.11.tar.gz
+ source = http://downloads.mongodb.org/src/mongodb-src-r4.0.12.tar.gz
source = mongodb.sysusers
source = mongodb.tmpfiles
- sha256sums = c2672443f01ea4523a356edc8804cb6af31e831f63a88ee4a100aafbff443e4f
+ sha256sums = 2132def2478c7d45b028a9b79db346a19f9c56f456b52c0ff243982c89c20dc9
sha256sums = 3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795
sha256sums = b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39
diff --git a/PKGBUILD b/PKGBUILD
index 6db74e399001..d8fff9bb1f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ license=("custom:SSPL")
# lsb-release::/etc/lsb-release required by src/mongo/util/processinfo_linux.cpp::getLinuxDistro()
depends=("curl" "libstemmer" "lsb-release" "pcre" "wiredtiger>=3.1.1.20190701" "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")
+makedepends=("libpcap" "ncurses" "python2-cheetah" "python2-regex" "python2-requests" "python2-setuptools" "python2-typing" "python2-yaml" "readline" "python2-scons")
checkdepends=("python2-pymongo")
backup=("etc/${pkgname}.conf")
source=(