summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-04-13 21:32:13 -0400
committerJames P. Harvey2019-04-13 21:33:24 -0400
commitd3e8cef63ee141425457f7d6963c856bbe485bd7 (patch)
tree03f49b82119b3b9e1ae28ccf4c3d74355dcef9e6
parent941c6e3ea1d76e04d29afa0ce36f47bbba7e1642 (diff)
downloadaur-d3e8cef63ee141425457f7d6963c856bbe485bd7.tar.gz
Upstream released 4.0.9.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 495bbcca828f..00165b071809 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.8
+ pkgver = 4.0.9
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
@@ -20,14 +20,14 @@ pkgbase = mongodb
depends = libstemmer
depends = lsb-release
depends = pcre
- depends = wiredtiger>=3.1.0.20190313
+ depends = wiredtiger>=3.1.0.20190401
depends = yaml-cpp
optdepends = mongodb-tools: mongoimport, mongodump, mongotop, etc
backup = etc/mongodb.conf
- source = http://downloads.mongodb.org/src/mongodb-src-r4.0.8.tar.gz
+ source = http://downloads.mongodb.org/src/mongodb-src-r4.0.9.tar.gz
source = mongodb.sysusers
source = mongodb.tmpfiles
- sha256sums = 83e694405b72002588a64275be00bf1e36e12f5955451171645f45cb3f16f251
+ sha256sums = f0327dac12b85bd59a9358e2a55490f707fdf9b0528a0a1fc13ce51b6833954e
sha256sums = 3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795
sha256sums = b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39
diff --git a/PKGBUILD b/PKGBUILD
index 14260e150680..1913d95e4396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
-# Maintainer: Fredy García <frealgagu at gmail dot com>
# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
+# Maintainer: Christoph Bayer <chrbayer@criby.de>
# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Mathias Stearn <mathias@10gen.com>
# Contributor: Alec Thomas
+# Contributor: Fredy García <frealgagu at gmail dot com>
pkgname=mongodb
# #.<odd number>.# releases are unstable development/testing
-pkgver=4.0.8
+pkgver=4.0.9
pkgrel=1
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" "wiredtiger>=3.1.0.20190313" "yaml-cpp")
+depends=("curl" "libstemmer" "lsb-release" "pcre" "wiredtiger>=3.1.0.20190401" "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")
@@ -25,7 +26,7 @@ source=(
"${pkgname}.sysusers"
"${pkgname}.tmpfiles"
)
-sha256sums=('83e694405b72002588a64275be00bf1e36e12f5955451171645f45cb3f16f251'
+sha256sums=('f0327dac12b85bd59a9358e2a55490f707fdf9b0528a0a1fc13ce51b6833954e'
'3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795'
'b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39')