summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-07-08 21:05:13 +0200
committerDaniel Peukert2023-07-08 21:05:13 +0200
commitc13e2fee028c6e06d67a65ecf98e44c57e4bde0f (patch)
tree4de787f2355009d8e0298e4e228fff07087499de
parent5d90e74a39f15e78bda19a962d0a8caaf7feac94 (diff)
downloadaur-c13e2fee028c6e06d67a65ecf98e44c57e4bde0f.tar.gz
Update mongodb compass ARM dep note
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d7bb379cce3..42f9c4fcfea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgver='1.39.0-beta.0'
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 electron23-bin package from the AUR for the electron dependency
+# If you're running on armv7h or aarch64, use the electron23-bin package from the AUR for the electron23 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'