summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandoragon2021-01-26 17:30:28 +0100
committerRandoragon2021-01-26 17:30:28 +0100
commitbe5a1d668cb8c7f43c0623c04604f9bc3ca7863d (patch)
treee902a0402dd7aec0a81ad79515022f24bea7e79f
parentb12698b0fa33f2116964e0873a7653e774718726 (diff)
downloadaur-be5a1d668cb8c7f43c0623c04604f9bc3ca7863d.tar.gz
Fix architectures
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 819ba4a1198d..8cc14337bbae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,8 @@ pkgbase = mousemode-git
pkgrel = 1
url = https://github.com/randoragon/mousemode
arch = x86_64
+ arch = i686
+ arch = pentium4
license = MIT
makedepends = git
depends = libx11
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)