summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRandoragon2021-01-26 17:30:28 +0100
committerRandoragon2021-01-26 17:30:28 +0100
commitbe5a1d668cb8c7f43c0623c04604f9bc3ca7863d (patch)
treee902a0402dd7aec0a81ad79515022f24bea7e79f /PKGBUILD
parentb12698b0fa33f2116964e0873a7653e774718726 (diff)
downloadaur-be5a1d668cb8c7f43c0623c04604f9bc3ca7863d.tar.gz
Fix architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 591d7a00561e..62401db4a764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.r20.f69113c
pkgrel=1
epoch=
pkgdesc="An intuitive, home-row mouse replacement"
-arch=('x86_64')
+arch=('x86_64' 'i686' 'pentium4')
url="https://github.com/randoragon/mousemode"
license=('MIT')
depends=(libx11 libxtst xorgproto)