summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-12 20:58:46 +0100
committerDaniel Peukert2024-02-12 20:58:46 +0100
commit2e46f1356682b4acb786245b5af352919bbf294e (patch)
tree4516464a6155d0476829669a52e8c9559d523cbf /PKGBUILD
parentce8e3c067182de0541a149a4e7fed21d795a8beb (diff)
downloadaur-2e46f1356682b4acb786245b5af352919bbf294e.tar.gz
Update mongodb-compass to 1.42.0, mongodb-compass-beta to 1.42.1-beta.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2efe59f755d..9190da0b8567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,16 @@
_target='compass-beta'
_edition=' Beta'
pkgname="mongodb-$_target"
-_pkgver='1.42.0-beta.6'
+_pkgver='1.42.1-beta.2'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - beta version'
-# If you're running on armv7h or aarch64, use the electron25-bin package from the AUR for the electron25 dependency
-# If you're running on armv7h, you have to add it to the arch and source arrays of the electron25-bin AUR dependency
+# 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
arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
license=('SSPL-1.0')
-if [[ "$_target" =~ -beta$ ]]; then
- _electronpkg='electron28'
-else
- _electronpkg='electron25'
-fi
+_electronpkg='electron28'
depends=("$_electronpkg" 'krb5' 'libsecret' 'lsb-release' 'nodejs>=16.15.1')
makedepends=('git' 'npm>=8.19.4' 'python' 'unzip')
optdepends=('org.freedesktop.secrets')
@@ -25,7 +21,7 @@ source=(
'hadron-build-os-dns-native.diff'
'fix-argv.diff'
)
-sha512sums=('852c1095efa7119405b14417d348c22dfb849be3a435cc2f95dfc2a290a7557e157c6511f29c5756523fe7632830ea13a1a4300b18242ba07b3db351679aa07a'
+sha512sums=('0ab0d6607df7bc4cafc7a2ace31514c68fe28ae2ab10443a546e2d6ddbb6ec240bd1795544dc0919c5e59bd5516261ce23ac49bb7a09a3940c35a292425c4f29'
'6338626b9c957c79cd761f19a3d17d856ff88ce96d38c5507269b8dbaf3f20bef00012d035e5e1bde6493db495e2cfce172bcd021a5a8ae1c37dcb5f7a46a875'
'084dfe4feae0ac1997a141ac92294b4d132301bd493162abfe0a5acdff2f997928e5b24f21c27bcbce6c74b6b1d1014738d43a387074d7a3b5296279bbb15f6c'
'375142120fd97a3fd9e24d19c864ee3b24e50a5e6b0b224b7ce74742dc5bde185056a9b6f1add63d5ce66e3f0a9309e03873096540e5697547d60a2bc9e769ae')