summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam2015-05-02 11:49:20 +0300
committerYuval Adam2015-05-02 11:49:20 +0300
commitd548ff88151825c1bffd66ef32bcec9e3deacd86 (patch)
treec67cf50d4a12595715c397905a034bfab5e78c05 /PKGBUILD
parentc502b3230a5d3e22e8175dd60981e3c13b5f9608 (diff)
downloadaur-d548ff88151825c1bffd66ef32bcec9e3deacd86.tar.gz
Add missing llvm dep to coreclr-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 151d65654a1e..9b230b2fbf36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="The .NET Core Runtime"
arch=('x86_64')
url="https://github.com/dotnet/coreclr"
license=(MIT)
-makedepends=('clang' 'cmake' 'lldb' 'libunwind')
+makedepends=('clang' 'cmake' 'llvm' 'lldb' 'libunwind')
provides=('coreclr')
source=('git+https://github.com/dotnet/coreclr')
sha1sums=('SKIP')