summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIndhi Rousseau2021-07-27 17:03:02 +0200
committerIndhi Rousseau2021-07-27 17:03:02 +0200
commitdfd6ef3eada8a3b947aed7817fe86046bcb23a8a (patch)
tree054b11aac111fa26114cb8ec787c3c53a23b1073
parenteaf008cdd9764d5429c8e4fb1764e114b9a43ae3 (diff)
downloadaur-dfd6ef3eada8a3b947aed7817fe86046bcb23a8a.tar.gz
Replaces mongodb-bin-3.2 (old name)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44d5668451cf..d6332f19000e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = mongodb-3.2-bin
provides = mongodb=3.2.22
conflicts = mongodb
conflicts = mongodb-bin
+ replaces = mongodb-bin-3.2
backup = etc/mongodb.conf
source = https://repo.mongodb.org/apt/debian/dists/jessie/mongodb-org/3.2/main/binary-amd64/mongodb-org-shell_3.2.22_amd64.deb
source = https://repo.mongodb.org/apt/debian/dists/jessie/mongodb-org/3.2/main/binary-amd64/mongodb-org-server_3.2.22_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 49c7e142af9c..e06ccd664534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ url="https://www.mongodb.com/"
license=("SSPLv1")
provides=("mongodb=$pkgver")
conflicts=("mongodb" "mongodb-bin")
+replaces=("mongodb-bin-3.2")
optdepends=("mongodb-tools: The MongoDB tools provide import, export, and diagnostic capabilities.")
source=(
"https://repo.mongodb.org/apt/debian/dists/jessie/mongodb-org/${basever}/main/binary-amd64/mongodb-org-shell_${pkgver}_amd64.deb"