summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras2017-11-15 14:11:34 +0000
committerEvangelos Foutras2017-11-15 14:11:34 +0000
commite56e323c03aa90abb51036aaf81b1e08903f98bc (patch)
tree4a3f15f72fd60d6af6e0e12ab5d7699e8022e571
parent656bcca571c2f4b1b66296e64408bc9df2f2ba04 (diff)
downloadaur-e56e323c03aa90abb51036aaf81b1e08903f98bc.tar.gz
Remove i686 from arch=()
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a47c472915d7..33fbc73038f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.3.1
_commit=3ea84a7dd3258c76aa3be851ef3d50e59c886846
pkgrel=1
pkgdesc="Fast implementation of the edit distance(Levenshtein distance)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('MIT')
url="https://github.com/aflc/editdistance"
makedepends=('python-setuptools' 'python2-setuptools' 'git')