summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2017-12-10 14:43:49 -0200
committerRafael Fontenelle2017-12-10 14:43:49 -0200
commit6913bb1d282dfbfa4ae3d5a71073434823dae888 (patch)
tree1df32393d968a74cf7c0eb3aaedc152399c2a64f /PKGBUILD
parent153d0ecdfb662ed6bc06bba2e92d086dfbc5eb91 (diff)
downloadaur-wdiff.tar.gz
Drop i686 support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3900ecb5cff..9808f87ba3a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=wdiff
pkgver=1.2.2
pkgrel=2
pkgdesc="A wordwise implementation of GNU diff"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://www.gnu.org/software/$pkgname/"
license=('GPL3')
depends=('ncurses')