summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuval Adam2015-04-01 13:18:48 +0300
committerYuval Adam2015-04-01 13:18:48 +0300
commitcf9782690718cf338ea50112920843b312ab7e4c (patch)
tree679a5357d5497ade90302df136442da0639cde0f
parent8b92df324b8c544f8d83032fff1ef02eb92cef9b (diff)
downloadaur-cf9782690718cf338ea50112920843b312ab7e4c.tar.gz
Update coreclr-git
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cabf86346dfe..e56f311560d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = coreclr-git
pkgdesc = The .NET Core Runtime
- pkgver = d921298
+ pkgver = f1573b6
pkgrel = 1
url = https://github.com/dotnet/coreclr
arch = x86_64
license = MIT
- makedepends = clang cmake
+ makedepends = clang
+ makedepends = cmake
+ makedepends = lldb
+ makedepends = libunwind
provides = coreclr
source = git+https://github.com/dotnet/coreclr
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 604ec75302d7..36f6c3a5c919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
pkgname=coreclr-git
-pkgver=d921298
+pkgver=f1573b6
pkgrel=1
pkgdesc="The .NET Core Runtime"
arch=('x86_64')
url="https://github.com/dotnet/coreclr"
license=(MIT)
-makedepends=('clang cmake')
+makedepends=('clang' 'cmake' 'lldb' 'libunwind')
provides=('coreclr')
source=('git+https://github.com/dotnet/coreclr')
sha1sums=('SKIP')