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
JstKddng commented on 2022-08-03 23:28 (UTC)
Binary builds are available:
https://software.opensuse.org//download.html?project=home%3Ajustkidding%3Aarch&package=mongodb
JstKddng commented on 2022-08-03 23:28 (UTC)
If you have a pre-sandybridge CPU or an ARMv8 sbc, you can use mongodb44
If you'd like to stay in the V5.0 branch, you can use mongodb50