summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 13:55:32 +0200
committerDaniel Peukert2023-04-01 13:55:32 +0200
commite2677e66ca5fd9da6ecf5e239cf8bcf83840c874 (patch)
treeaa473d40a5b3525b8817cb5d0ce2c00ee46c662d
parente34d70aa361ff45d80671c88ddd839b228716ec5 (diff)
downloadaur-e2677e66ca5fd9da6ecf5e239cf8bcf83840c874.tar.gz
Add mongodb-compass electron version restriction, add some arch notices
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6fe6815c264..9cb2e40920b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@ pkgname='beekeeper-studio'
pkgver='3.8.10'
pkgrel='2'
pkgdesc='Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more'
-# If you're running on i686 or pentium4, you have to add it to the arch array of the electron13 AUR dependency
+# If you're running on i686 or pentium4, use the electron13-bin package from the AUR for the electron13 dependency
+# If you're running on pentium4, you have to add it to the arch array of the electron13-bin AUR dependency
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/$pkgname/$pkgname"
license=('GPL3')