summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-15 15:00:41 +0100
committerDaniel Peukert2023-03-15 15:00:41 +0100
commitb2ac3c15cc92d9c131fb5d71c2d37f41306abf1f (patch)
treebc93e91151a2655cf81691adced133d1d9aefceb
parent0b23133a59f1eed09dd09aafb2d397dbb43ed417 (diff)
downloadaur-b2ac3c15cc92d9c131fb5d71c2d37f41306abf1f.tar.gz
Update mongodb-compass to 1.36.0
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 793a93509dd3..f0807f3e055f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,7 @@ pkgdesc='The official GUI for MongoDB - beta version'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
license=('custom:SSPL')
-if [[ "$_target" =~ -beta$ ]]; then
- _electronpkg='electron'
-else
- _electronpkg='electron15'
-fi
+_electronpkg='electron'
depends=("$_electronpkg" 'krb5' 'libsecret' 'lsb-release')
makedepends=('git' 'nodejs>=16.0.0' 'npm>=8.0.0' 'python' 'unzip')
optdepends=('org.freedesktop.secrets')