summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras2017-11-15 14:11:34 +0000
committerEvangelos Foutras2017-11-15 14:11:34 +0000
commita62809a3181ba37d63bf0330c89c3b7e6e7a0e9d (patch)
treec9be24ab70691d2ad5578362818f2e4ee624456a
parent91afbc607659ba2be2e659708f20608771c8f42a (diff)
downloadaur-a62809a3181ba37d63bf0330c89c3b7e6e7a0e9d.tar.gz
Remove i686 from arch=()
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c7e5e0fa014..286954e35387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=xinetd
pkgver=2.3.15
pkgrel=4
pkgdesc="A secure replacement for inetd"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.xinetd.org/"
license=('custom')
optdepends=('perl: for xconv.pl script')