summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2024-04-24 00:12:56 +0200
committerDaniel Peukert2024-04-24 00:12:56 +0200
commitcb2901ee2e98cea6753799c422a3e602504d8719 (patch)
treec1edbb2d951791fa1f3ac9129203fe0fd9d90539 /PKGBUILD
parenta6bfe645dc999c527c580cb21ca34d81280649ec (diff)
downloadaur-mongodb-compass-readonly-git.tar.gz
Update mongodb-compass-beta to 1.42.6-beta.2 (closes #498)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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')