summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 12:56:36 +0200
committerDaniel Peukert2023-04-01 12:56:36 +0200
commite34d70aa361ff45d80671c88ddd839b228716ec5 (patch)
treefa97bf87ccea636fcbb0d5af0b3d07b5efcc33eb /PKGBUILD
parent9782951edcdaec56ddbafd0fcab228b4d721d5c5 (diff)
downloadaur-e34d70aa361ff45d80671c88ddd839b228716ec5.tar.gz
Update 32-bit architectures based on available dependencies and binaries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'