summaryrefslogtreecommitdiff
path: root/pcr/llvm37
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-09-22 11:20:03 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-09-22 11:20:03 -0500
commita8475978a877a1e3530403228353c3be70f342d4 (patch)
treeec07c7377df3951231c0b1c984f0de5e14f0feff /pcr/llvm37
parent54b3002fce50cde57dd22b5e603ff1cb7dc69cc4 (diff)
llvm37: Fix arch
Diffstat (limited to 'pcr/llvm37')
-rw-r--r--pcr/llvm37/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/llvm37/PKGBUILD b/pcr/llvm37/PKGBUILD
index c0ce6865d..ed9c83d26 100644
--- a/pcr/llvm37/PKGBUILD
+++ b/pcr/llvm37/PKGBUILD
@@ -19,7 +19,7 @@ pkgname=('llvm37' 'llvm37-libs' 'clang37' )
pkgver=3.7.1
pkgrel=2
_ocaml_ver=4.04.0
-arch=('i686' 'x86_64' 'armv7h')
+arch=('armv7h')
url="http://llvm.org/"
license=('custom:University of Illinois/NCSA Open Source License')
makedepends=('cmake' 'libffi' 'python2' "ocaml=$_ocaml_ver" 'python-sphinx'