summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott R. Santos2015-09-20 19:29:06 -0400
committerScott R. Santos2015-09-20 19:29:06 -0400
commitd2f4064202aa6c28d1e3c8a2d477c538bb95e463 (patch)
treef69461febb70adbaf3ab45d87a37c2cb1ac7d796
parent34ab224016e375cbb07b108281e082fe4331ea09 (diff)
downloadaur-d2f4064202aa6c28d1e3c8a2d477c538bb95e463.tar.gz
Fixed arch line to be more specific
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d60809962778..ade6daaccbab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=xvisbell
pkgver=1.0
pkgrel=0
pkgdesc="Visual bell for X11"
-arch=('any')
+arch=('i686' 'x86_64')
license=('GPL2')
url="https://github.com/halocaridina/xvisbell"
depends=('libx11')