summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eefe32f44809..30caca5909fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,18 +33,6 @@ pkgname = dotnet-host-bin
provides = dotnet-host=3.0.100
conflicts = dotnet-host
-pkgname = dotnet-runtime-bin
- pkgdesc = The .NET Core runtime (binary)
- depends = dotnet-host-preview
- depends = icu
- depends = krb5
- depends = libunwind
- depends = openssl
- depends = zlib
- depends = libcurl.so
- optdepends = lttng-ust: CoreCLR tracing
- provides = dotnet-runtime=3.0.100
-
pkgname = aspnet-runtime-bin
pkgdesc = The ASP.NET Core runtime (binary)
depends = dotnet-runtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index cd85b4b133d7..03e58b5c441d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Attila Greguss <floyd0122[at]gmail[dot]com>
pkgbase=dotnet-core-bin
-pkgname=('dotnet-host-bin' 'dotnet-runtime-bin' 'aspnet-runtime-bin' 'dotnet-sdk-bin')
+pkgname=('dotnet-host-bin' 'aspnet-runtime-bin' 'dotnet-sdk-bin')
pkgver=3.0.100
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')