summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaróti Ádám2016-11-27 18:53:22 +0100
committerMaróti Ádám2016-11-27 18:53:22 +0100
commit304eacc90d8c777c6d8231e43654c2f8d8530186 (patch)
treeb5c03eb71649b039b24b4fb3b3bd4f4561e2a1f1
parent0b5b758a5472f1825e43c27d7c8f90f4d12ab57b (diff)
downloadaur-rainicorn-git.tar.gz
Fix x86 build.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e80cc73a568b..008a347074e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=rainicorn
pkgname=$_pkgname-git
pkgver=r43.dcd2b68
-arch=('x86' 'x86_64')
+arch=('i686' 'x86_64')
pkgrel=1
pkgdesc="Rainicorn is a tool intended for use by Rust IDEs."
url="https://github.com/RustDT/Rainicorn"