summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2017-09-23 03:22:48 +0300
committerArtem Vorotnikov2017-09-23 03:22:48 +0300
commitfd7af8cf67adff14930eef73944ceba3e25b5f30 (patch)
tree46ddbd2f89982e34122742a5dcc23b8a5eb140d3 /PKGBUILD
parent192759e4a88872d9b014a3f10dd19cd2db47c0f2 (diff)
downloadaur-fd7af8cf67adff14930eef73944ceba3e25b5f30.tar.gz
Remove i686 support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec42b19e6e15..bb49afebfb4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=$_pkgname
pkgver=$_major.$_minor.$_patch
pkgrel=1
pkgdesc="GObject XML and Serialization API"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('LGPL')
depends=('glib2' 'libgee' 'libxml2')
makedepends=('gobject-introspection' 'vala' 'intltool')