summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-03-20 09:01:32 +0100
committerDaniel Peukert2024-03-20 09:01:32 +0100
commita30012c29ec92c26294393586cd687b8930a0146 (patch)
tree537e3fc186b9be7b4ecfdd091ff15f5ea50d5fe0
parent8e53b161ca02640d66f2d1420dca7e675cf76ad6 (diff)
downloadaur-a30012c29ec92c26294393586cd687b8930a0146.tar.gz
Update mongodb-compass-beta to 1.42.3-beta.5, disable sandbox for mongodb-compass-bin check()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4335ebc96861..214d6b7ed1e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-compass-isolated-bin
pkgdesc = The official GUI for MongoDB - Isolated Edition - binary version
pkgver = 1.42.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/products/compass
arch = x86_64
license = SSPL-1.0
diff --git a/PKGBUILD b/PKGBUILD
index 38baba3d9151..69a63eca6ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _edition=' Isolated Edition'
pkgname="$_pkgname-bin"
_pkgver='1.42.2'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='1'
+pkgrel='2'
pkgdesc='The official GUI for MongoDB - Isolated Edition - binary version'
arch=('x86_64')
url='https://www.mongodb.com/products/compass'
@@ -28,7 +28,7 @@ sha512sums=('2f2e648c19ca03d828fceec0ae5dc2931ddf19e0c2cd7e45e0a3d6f611975cc3ba2
'f09a6026e8b963f4821454fa8c2da8c750c765f26010fbf54dfbecfd7451dda5466464bb15fada1252545366c94bf448dc0529c8bd8114f6f3834ae00176d3f1')
check() {
- "$srcdir/usr/lib/$_pkgname/MongoDB Compass$_edition" --version | tee '/dev/stderr' | grep -q "^MongoDB Compass$_edition $pkgver$"
+ "$srcdir/usr/lib/$_pkgname/MongoDB Compass$_edition" --no-sandbox --version | tee '/dev/stderr' | grep -q "^MongoDB Compass$_edition $pkgver$"
}
package() {