summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaróti Ádám2016-11-27 18:51:38 +0100
committerMaróti Ádám2016-11-27 18:51:38 +0100
commit1068592918a918f7d265f62980c636c0667c7bcc (patch)
tree5565b64a61b3274bc4fec73a0e782196b2981a10
parenta905202416ed1bc721dc88ab256c376bd1a12f32 (diff)
downloadaur-rainicorn.tar.gz
Fix x86 arch.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d1ecaf25152..374ef61ae873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=rainicorn
pkgname=$_pkgname
pkgver=1.0.0
-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"