summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b81fb4..f274e2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,14 +5,14 @@ pkgbase = coreclr-git
url = https://github.com/dotnet/coreclr
arch = x86_64
license = MIT
- makedepends = icu
makedepends = git
- makedepends = clang35
makedepends = cmake
+ makedepends = clang35
makedepends = llvm35
- makedepends = lldb
- makedepends = libunwind
- makedepends = lttng-ust
+ depends = icu
+ depends = lldb
+ depends = libunwind
+ depends = lttng-ust
provides = coreclr
source = git+https://github.com/dotnet/coreclr
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7f3c059..ffb74e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')