diff options
author | Evangelos Foutras | 2017-11-15 14:11:34 +0000 |
---|---|---|
committer | Evangelos Foutras | 2017-11-15 14:11:34 +0000 |
commit | a62809a3181ba37d63bf0330c89c3b7e6e7a0e9d (patch) | |
tree | c9be24ab70691d2ad5578362818f2e4ee624456a | |
parent | 91afbc607659ba2be2e659708f20608771c8f42a (diff) | |
download | aur-a62809a3181ba37d63bf0330c89c3b7e6e7a0e9d.tar.gz |
Remove i686 from arch=()
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |