summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAllen Zhong2018-03-05 12:29:54 +0800
committerAllen Zhong2018-03-05 12:29:54 +0800
commit6af0789bd0ae0069b69222518b98ee5807eb1b45 (patch)
tree17900f221ca22604b7ec0a2899513bb2fcfc60be /PKGBUILD
parent6ee6c1db56ba729b52cc756bbfe56171c9d0b3c5 (diff)
downloadaur-nginx-accesskey.tar.gz
remove i686 arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fea617d01ada..6cc370e7ada7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _pkgname=nginx
pkgver=1.12.2
pkgrel=1
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, with ngx_http_accesskey_module.'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://nginx.org'
license=('custom')
depends=('pcre' 'zlib' 'openssl' 'geoip' 'mailcap')