summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-06-21 22:19:31 +0200
committerDaniel Peukert2023-06-21 22:19:31 +0200
commit2c0ed93815e045c838e642b1e0396a04c52acfd0 (patch)
tree5f90ba8321d57f013ce34e3851fcbf25fe8259df
parent71667d93ca2b20ff66a299c6050331a282d25100 (diff)
downloadaur-2c0ed93815e045c838e642b1e0396a04c52acfd0.tar.gz
Update mongodb-compass to 1.38.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
2 files changed, 11 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20058f9679d9..f215f8f431fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-compass-isolated
pkgdesc = The official GUI for MongoDB - Isolated Edition
- pkgver = 1.37.0
- pkgrel = 2
+ pkgver = 1.38.0
+ pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
arch = armv7h
@@ -12,16 +12,16 @@ pkgbase = mongodb-compass-isolated
makedepends = npm>=8.19.2
makedepends = python
makedepends = unzip
- depends = electron22
+ depends = electron23
depends = krb5
depends = libsecret
depends = lsb-release
optdepends = org.freedesktop.secrets
- source = mongodb-compass-isolated-1.37.0.tar.gz::https://github.com/mongodb-js/compass/archive/v1.37.0.tar.gz
+ source = mongodb-compass-isolated-1.38.0.tar.gz::https://github.com/mongodb-js/compass/archive/v1.38.0.tar.gz
source = hadron-build-ffmpeg.diff
source = hadron-build-os-dns-native.diff
source = fix-argv.diff
- sha512sums = 88f5aeaeea2b2570ea27fcac4b6c6aba93a68c3f824bc5a584a6806099fcd58491037e93257cedc736d600b23f064ca87cb84f12ac4beab0f05172a32e181553
+ sha512sums = 6ba3c824e2a16bbab86f88a19f30673688e67e2496423d0854421b2484fdbd04a499b6e5c148902113f4c4d490666f62b18a1cdd42d2fcaab923367feae52487
sha512sums = 54faea6c77fc7ac6ffcd81667d85103d0dcbe51b2358480e3e47fa4b0db70cdd87578da412d101d1d6b5f85039c4f3119caad9dc327fe6da1510d145bafb476b
sha512sums = e1082fd804ba72ccf3e53576077562f8b159b76e6aa07fa2324e31dd45c0d863d844fbb8be139be427e2cdd0401a2c4b8e6279ee9305c5507fbd73c5bc0df65d
sha512sums = 105c55cc9449b999e9ce1542dc50e88d314b9e71e58ffaa3376fbd641a18b7975196420bf8a4ced51e56e9299a9551868ec6942129efe0333e758cabd5c5b468
diff --git a/PKGBUILD b/PKGBUILD
index 2c10bbfe35ea..1b272bba25a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,16 @@
_target='compass-isolated'
_edition=' Isolated Edition'
pkgname="mongodb-$_target"
-_pkgver='1.37.0'
+_pkgver='1.38.0'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='2'
+pkgrel='1'
pkgdesc='The official GUI for MongoDB - Isolated Edition'
-# If you're running on armv7h or aarch64, use the electron22-bin package from the AUR for the electron dependency
-# If you're running on armv7h, you have to add it to the arch and source arrays of the electron22-bin AUR dependency
+# If you're running on armv7h or aarch64, use the electron23-bin package from the AUR for the electron dependency
+# If you're running on armv7h, you have to add it to the arch and source arrays of the electron23-bin AUR dependency
arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
license=('custom:SSPL')
-if [[ "$_target" =~ -beta$ ]]; then
- _electronpkg='electron23'
-else
- _electronpkg='electron22'
-fi
-
+_electronpkg='electron23'
depends=("$_electronpkg" 'krb5' 'libsecret' 'lsb-release')
makedepends=('git' 'nodejs>=16.15.1' 'npm>=8.19.2' 'python' 'unzip')
optdepends=('org.freedesktop.secrets')
@@ -26,7 +21,7 @@ source=(
'hadron-build-os-dns-native.diff'
'fix-argv.diff'
)
-sha512sums=('88f5aeaeea2b2570ea27fcac4b6c6aba93a68c3f824bc5a584a6806099fcd58491037e93257cedc736d600b23f064ca87cb84f12ac4beab0f05172a32e181553'
+sha512sums=('6ba3c824e2a16bbab86f88a19f30673688e67e2496423d0854421b2484fdbd04a499b6e5c148902113f4c4d490666f62b18a1cdd42d2fcaab923367feae52487'
'54faea6c77fc7ac6ffcd81667d85103d0dcbe51b2358480e3e47fa4b0db70cdd87578da412d101d1d6b5f85039c4f3119caad9dc327fe6da1510d145bafb476b'
'e1082fd804ba72ccf3e53576077562f8b159b76e6aa07fa2324e31dd45c0d863d844fbb8be139be427e2cdd0401a2c4b8e6279ee9305c5507fbd73c5bc0df65d'
'105c55cc9449b999e9ce1542dc50e88d314b9e71e58ffaa3376fbd641a18b7975196420bf8a4ced51e56e9299a9551868ec6942129efe0333e758cabd5c5b468')