summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-04-24 00:12:32 +0200
committerDaniel Peukert2024-04-24 00:12:32 +0200
commitd3689465c369e7ad009a88b35c44fd9a4206b67a (patch)
tree39c18016f1b1b85c23fdbf3fc1ea7a0518b51327
parentf0ab14c0c27baeaf528da9e662554f594e0d0dff (diff)
downloadaur-d3689465c369e7ad009a88b35c44fd9a4206b67a.tar.gz
Update mongodb-compass-beta to 1.42.6-beta.2 (closes #498)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 095026da66a6..9617f9afc64a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-isolated-git
pkgdesc = The official GUI for MongoDB - Isolated Edition - git version
- pkgver = r16824.g982347f6a
+ pkgver = r17033.gf2ab25852
pkgrel = 1
epoch = 1
url = https://www.mongodb.com/products/compass
@@ -12,7 +12,7 @@ pkgbase = mongodb-compass-isolated-git
makedepends = npm>=8.19.4
makedepends = python
makedepends = unzip
- depends = electron28
+ depends = electron29
depends = krb5
depends = libsecret
depends = lsb-release
diff --git a/PKGBUILD b/PKGBUILD
index 4fe001d69070..9a3e4ec4ee4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@ _target='compass-isolated'
_edition=' Isolated Edition'
_pkgname="mongodb-$_target"
pkgname="$_pkgname-git"
-pkgver='r16824.g982347f6a'
+pkgver='r17033.gf2ab25852'
pkgrel='1'
epoch='1'
pkgdesc='The official GUI for MongoDB - Isolated Edition - git version'
-# If you're running on armv7h or aarch64, use the electron28-bin package from the AUR for the electron28 dependency
-# If you're running on armv7h, you have to add it to the arch and source arrays of the electron28-bin AUR dependency
+# If you're running on armv7h or aarch64, use the electron29-bin package from the AUR for the electron29 dependency
+# If you're running on armv7h, you have to add it to the arch and source arrays of the electron29-bin AUR dependency
arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
license=('SSPL-1.0')
-_electronpkg='electron28'
+_electronpkg='electron29'
depends=("$_electronpkg" 'krb5' 'libsecret' 'lsb-release' 'nodejs>=16.15.1')
makedepends=('git' 'npm>=8.19.4' 'python' 'unzip')
optdepends=('org.freedesktop.secrets')