summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Liebkies2017-08-20 13:59:29 +0200
committerMax Liebkies2017-08-20 13:59:29 +0200
commit9fa645441b3ae4bbf99474b20f74bc46ead03343 (patch)
tree3ec31656f19a5b704ee05b676f9b31b6f5f24607
parentea60b9b8a74bcf5979e9b2928dce82b5605f0515 (diff)
downloadaur-dotnet-runtime-2.0.tar.gz
Update dependencies and description
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08d618696a47..6ed228cc1a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dotnet-runtime-2.0
- pkgdesc = A command line utility for building, testing, packaging and running .NET Core applications and libraries
+ pkgdesc = The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
pkgver = 2.0.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://www.microsoft.com/net/core
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = dotnet-runtime-2.0
depends = libunwind
depends = icu
depends = lttng-ust
- depends = openssl
- depends = curl
depends = dotnet-host
+ depends = curl
+ depends = openssl-1.0
conflicts = dotnet-lts
options = staticlibs
source = https://download.microsoft.com/download/5/F/0/5F0362BD-7D0A-4A9D-9BF9-022C6B15B04D/dotnet-runtime-2.0.0-linux-x64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 45ea8fa4d4b7..221a4d7fc0a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dotnet-runtime-2.0
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
epoch=1
-pkgdesc="A command line utility for building, testing, packaging and running .NET Core applications and libraries"
+pkgdesc="The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes."
arch=(x86_64)
url="https://www.microsoft.com/net/core"
license=('MIT')
-depends=('lldb' 'libunwind' 'icu' 'lttng-ust' 'openssl' 'curl' 'dotnet-host')
+depends=('lldb' 'libunwind' 'icu' 'lttng-ust' 'dotnet-host' 'curl' 'openssl-1.0')
options=('staticlibs')
conflicts=('dotnet-lts')