diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-16 10:27:27 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-16 10:27:27 +0200 |
| commit | 3aad59866eaef253aa4d83a3f9f013e2f1f2a093 (patch) | |
| tree | 43b1e3638554cc110b99767584fd2446ad4ba1e8 /PKGBUILD | |
| parent | 30ea769b16294cc03fcb6137e3a0e61a2651b569 (diff) | |
Move some makedeps to deps
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ pkgdesc="The .NET Core Runtime" arch=('x86_64') url="https://github.com/dotnet/coreclr" license=(MIT) -makedepends=('icu' 'git' 'clang35' 'cmake' 'llvm35' 'lldb' 'libunwind' 'lttng-ust') +depends=('icu' 'lldb' 'libunwind' 'lttng-ust') +makedepends=('git' 'cmake' 'clang35' 'llvm35') provides=('coreclr') source=('git+https://github.com/dotnet/coreclr') sha1sums=('SKIP') |
