diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-03-13 13:50:13 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-03-13 13:50:13 +0200 |
| commit | 9c48f270ea101fda045f3bcb8eabb5455b65d94f (patch) | |
| tree | 242f227a3ab7758fe482a76b21b3817eb8687efb /aur/coreclr-git/PKGBUILD | |
| parent | 3ec0651b4c689fb25a992fe9407537ee9972d58d (diff) | |
Revert back to clang/llvm 3.7 on coreclr-git
Diffstat (limited to 'aur/coreclr-git/PKGBUILD')
| -rw-r--r-- | aur/coreclr-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aur/coreclr-git/PKGBUILD b/aur/coreclr-git/PKGBUILD index 0dac5d7..d19bb9f 100644 --- a/aur/coreclr-git/PKGBUILD +++ b/aur/coreclr-git/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') |
