summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2019-10-02 19:13:03 +0100
committerGr3q2019-10-02 19:13:03 +0100
commitdad134b6de9c126a64e3e15784735daa0cdd9e25 (patch)
tree42b45029c60b20802e9de73bda643c6987e49c29
parenta39f39cad7768ab3010987be2c8cfb7135c3f138 (diff)
downloadaur-dad134b6de9c126a64e3e15784735daa0cdd9e25.tar.gz
Match change in SRCINFO and PKGBUILD from previous commit
-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')