Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/llvm
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-27 20:47:13 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-27 20:47:13 +0200
commit136b52c87dd7d5b254194b8075691556894b030d (patch)
tree428b9cd4bf59dbbfbdb298520e06d4459221a3fc /extra/llvm
parentb265ff7afab5cdbd449d1f440e7e0e95105f2143 (diff)
extra/llvm: forgot to remove llvm-ocaml from pkgname
Diffstat (limited to 'extra/llvm')
-rw-r--r--extra/llvm/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/llvm/PKGBUILD b/extra/llvm/PKGBUILD
index 4aaafe29..464c18c2 100644
--- a/extra/llvm/PKGBUILD
+++ b/extra/llvm/PKGBUILD
@@ -1,5 +1,6 @@
# temporary, ocaml is broken on 32-bit, we work around the llvm issue
# in binutils LTO plugins for now:
+pkgname=(${pkgname[@]/llvm-ocaml/})
makedepends=(${makedepends[@]/ocaml=$_ocaml_ver/})
makedepends=(${makedepends[@]/ocaml-ctypes/})
makedepends=(${makedepends[@]/ocaml-findlib/})