summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam2016-03-13 13:50:13 +0200
committerYuval Adam2016-03-13 13:50:13 +0200
commit83f2c3c04ea512dbb6d4440b97439207e42c2ccb (patch)
tree83d134ddc90d22b0d730f911a0dfdfef42253595 /PKGBUILD
parentab386ced31e467ccd5cf9380b5d74c072a4a28ff (diff)
downloadaur-coreclr-git.tar.gz
Revert back to clang/llvm 3.7 on coreclr-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dac5d74e017..d19bb9ffed94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
pkgname=coreclr-git
-pkgver=32b981a
+pkgver=b8cf76e
pkgrel=1
pkgdesc="The .NET Core Runtime"
arch=('x86_64')
url="https://github.com/dotnet/coreclr"
license=(MIT)
depends=('icu' 'lldb' 'libunwind' 'lttng-ust')
-makedepends=('git' 'cmake' 'clang35' 'llvm35')
+makedepends=('git' 'cmake' 'clang' 'llvm')
optdepends=('mono: for building mscorlib.dll')
provides=('coreclr')
source=('git+https://github.com/dotnet/coreclr')