summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-07-08 21:05:56 +0200
committerDaniel Peukert2023-07-08 21:05:56 +0200
commit48298d0e10293fe3291ffff77b7f92e67b2e6b0e (patch)
treeeed7cee4543e52196cd6591eefe8e6d3daeef31b
parentbd421f128986fa29c84e211138db59b5e6eaee44 (diff)
downloadaur-48298d0e10293fe3291ffff77b7f92e67b2e6b0e.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 44a3f34176fa..0cc302c5518f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgver='1.38.2'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - Readonly Edition'
-# 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'