summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f2f64df3c1..9c1a487a5ec6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = beekeeper-studio
url = https://github.com/beekeeper-studio/beekeeper-studio
arch = x86_64
arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 97a34fd36fea..d6fe6815c264 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'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+# If you're running on i686 or pentium4, you have to add it to the arch array of the electron13 AUR dependency
+arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/$pkgname/$pkgname"
license=('GPL3')
_electronpkg='electron13'