This would probably already do the trick. Haven't tried yet though
diff --git a/.SRCINFO b/.SRCINFO
index 4226b0e..4efcc77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -0,0 +1,2 @@
+# Generated by mksrcinfo v8
+# Mon Aug 12 15:45:30 UTC 2019
@@ -4 +6 @@ pkgbase = mongodb
- pkgrel = 1
+ pkgrel = 2
diff --git a/PKGBUILD b/PKGBUILD
index f88d835..3731d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13 +13 @@ pkgver=4.0.12
-pkgrel=1
+pkgrel=2
@@ -79 +79 @@ build() {
- scons core "${_scons_args[@]}"
+ scons2 core "${_scons_args[@]}"
@@ -87 +87 @@ check() {
- scons unittests "${_scons_args[@]}"
+ scons2 unittests "${_scons_args[@]}"
@@ -105 +105 @@ check() {
- scons dbtest "${_scons_args[@]}"
+ scons2 dbtest "${_scons_args[@]}"
@@ -108 +108 @@ check() {
- scons integration_tests "${_scons_args[@]}"
+ scons2 integration_tests "${_scons_args[@]}"
@@ -115 +115 @@ package() {
- scons install --prefix="${pkgdir}/usr" "${_scons_args[@]}"
+ scons2 install --prefix="${pkgdir}/usr" "${_scons_args[@]}"
Pinned Comments
pricechrispy commented on 2025-10-03 16:59 (UTC)
Before upgrading to 8.2, you must set the feature compatibility version to 8.0. See documentation: https://www.mongodb.com/docs/manual/release-notes/8.2-upgrade-standalone/#feature-compatibility-version
Note that building takes about 84gb of memory as of 8.2.1.