summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandoragon2021-01-26 15:34:56 +0100
committerRandoragon2021-01-26 15:34:56 +0100
commitda58588d3d7a5296890524c2b4c0d1af0090100c (patch)
treed1e9bef5b46e0f746c931e6aba91dcf0d99df7eb
parent923ad90cc394e0bfbcc7cbd5ac5a9b324404f9fa (diff)
downloadaur-da58588d3d7a5296890524c2b4c0d1af0090100c.tar.gz
Add more architectures
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23dd51c06d68..a48fd0a1a650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,8 @@ pkgbase = xkeycheck-git
pkgrel = 1
url = https://github.com/randoragon/xkeycheck
arch = x86_64
+ arch = i686
+ arch = pentium4
license = MIT
makedepends = git
depends = libx11
diff --git a/PKGBUILD b/PKGBUILD
index b1c85e422cc4..8164b0195c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.r9.ae26397
pkgrel=1
epoch=
pkgdesc="Small X utility for checking if a key is pressed"
-arch=('x86_64')
+arch=('x86_64' 'i686' 'pentium4')
url="https://github.com/randoragon/xkeycheck"
license=('MIT')
depends=(libx11)