From ab386ced31e467ccd5cf9380b5d74c072a4a28ff Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 16 Dec 2015 10:30:10 +0200 Subject: Add mono as an optdepends --- .SRCINFO | 1 + PKGBUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/.SRCINFO b/.SRCINFO index f274e2f..b932123 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -13,6 +13,7 @@ pkgbase = coreclr-git depends = lldb depends = libunwind depends = lttng-ust + optdepends = mono: for building mscorlib.dll provides = coreclr source = git+https://github.com/dotnet/coreclr sha1sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index ffb74e9..0dac5d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,6 +9,7 @@ url="https://github.com/dotnet/coreclr" license=(MIT) depends=('icu' 'lldb' 'libunwind' 'lttng-ust') makedepends=('git' 'cmake' 'clang35' 'llvm35') +optdepends=('mono: for building mscorlib.dll') provides=('coreclr') source=('git+https://github.com/dotnet/coreclr') sha1sums=('SKIP') -- cgit v1.3.1