summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2017-06-15 06:39:30 +0200
committerpancho horrillo2017-06-15 06:39:30 +0200
commit8301c0e62eb0e8d76f01201df1fcdf58eef31fbc (patch)
treeb314a97d8683d8d0758720882c57719498ebb01e
parent44b33dff8540de1bf7e2a880f34062dfc39aabca (diff)
downloadaur-8301c0e62eb0e8d76f01201df1fcdf58eef31fbc.tar.gz
Drop i686 support
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b7b4b07a540..1e3557484b9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=the_platinum_searcher
pkgver=2.1.5
pkgrel=1
pkgdesc="A code search tool similar to ack and the_silver_searcher(ag)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
makedepends=('git' 'go' 'mercurial')
url="https://github.com/monochromegane/the_platinum_searcher"
license=('MIT')