summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuval Adam2015-12-16 10:30:10 +0200
committerYuval Adam2015-12-16 10:30:10 +0200
commitab386ced31e467ccd5cf9380b5d74c072a4a28ff (patch)
treea4765600d8acbbbd30d970b8c1321df7b7383286
parent3aad59866eaef253aa4d83a3f9f013e2f1f2a093 (diff)
downloadaur-ab386ced31e467ccd5cf9380b5d74c072a4a28ff.tar.gz
Add mono as an optdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f274e2fb744f..b9321233bbcb 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 ffb74e9ee693..0dac5d74e017 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')