summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAttila Greguss2019-10-05 08:29:47 +0100
committerAttila Greguss2019-10-05 08:29:47 +0100
commit815cd62ffd341862147551843f84e226d4c754c9 (patch)
tree3afccf9159420d871941355592cc25a876122c42 /.SRCINFO
parent708f5146b94b360800ae32abb35244a59cb34d08 (diff)
downloadaur-815cd62ffd341862147551843f84e226d4c754c9.tar.gz
Allow side-by-side runtime and sdk installs
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 132b62e5318c..17ccf5cd2681 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,7 +35,7 @@ pkgname = dotnet-host-bin
pkgname = dotnet-runtime-bin
pkgdesc = The .NET Core runtime (binary)
- depends = dotnet-host-bin
+ depends = dotnet-host>=3.0.100
depends = icu
depends = krb5
depends = libunwind
@@ -47,11 +47,11 @@ pkgname = dotnet-runtime-bin
pkgname = aspnet-runtime-bin
pkgdesc = The ASP.NET Core runtime (binary)
- depends = dotnet-runtime-bin
+ depends = dotnet-runtime=3.0.100
provides = aspnet-runtime=3.0.100
pkgname = dotnet-sdk-bin
pkgdesc = The .NET Core SDK (binary)
- depends = dotnet-runtime-bin
+ depends = dotnet-runtime=3.0.100
provides = dotnet-sdk=3.0.100