summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding2023-09-17 09:25:32 -0500
committerJustKidding2023-09-17 09:25:32 -0500
commit0f53923cb4a1717753312940240a446138d0fefe (patch)
treec58265ff6540b543febc4d1197c67727aa5d93c8
parent7acfe3bcdefd5935f1fcb2135bc064cce89859d8 (diff)
downloadaur-0f53923cb4a1717753312940240a446138d0fefe.tar.gz
upgpkg: mongodb 7.0.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d29f372cc4..0a8cd29e6d30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb
pkgdesc = A high-performance, open source, schema-free document-oriented database
pkgver = 7.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/
arch = x86_64
license = Apache
@@ -20,12 +20,12 @@ pkgbase = mongodb
depends = boost-libs
depends = pcre2
depends = yaml-cpp
- depends = curl
depends = gperftools
depends = libunwind
optdepends = mongodb-tools: mongoimport, mongodump, mongotop, etc
- optdepends = mongosh-bin: interactive shell to connect with MongoDB
+ optdepends = mongosh: interactive shell to connect with MongoDB
provides = mongodb=7.0.1
+ options = !debug
backup = etc/mongodb.conf
source = https://fastdl.mongodb.org/src/mongodb-src-r7.0.1.tar.gz
source = mongodb.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index eb62e4213e3b..e45694144ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgname=mongodb
_pkgname=mongodb
# #.<odd number>.# releases are unstable development/testing
pkgver=7.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64")
url="https://www.mongodb.com/"