summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-04-24 00:12:56 +0200
committerDaniel Peukert2024-04-24 00:12:56 +0200
commitcb2901ee2e98cea6753799c422a3e602504d8719 (patch)
treec1edbb2d951791fa1f3ac9129203fe0fd9d90539
parenta6bfe645dc999c527c580cb21ca34d81280649ec (diff)
downloadaur-cb2901ee2e98cea6753799c422a3e602504d8719.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 ddca53ce6951..0046f563004f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-readonly-git
pkgdesc = The official GUI for MongoDB - Readonly 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-readonly-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 3e52b66fb4a4..e5d7c3778ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@ _target='compass-readonly'
_edition=' Readonly'
_pkgname="mongodb-$_target"
pkgname="$_pkgname-git"
-pkgver='r16824.g982347f6a'
+pkgver='r17033.gf2ab25852'
pkgrel='1'
epoch='1'
pkgdesc='The official GUI for MongoDB - Readonly 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')