summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2022-05-04 09:06:30 +0200
committerFlorian Maunier2022-05-04 09:06:30 +0200
commit642af921583b7e7184b87b297d172e04a64a9724 (patch)
tree5d0ad1f98d5925b0243527f33cf65a0f0e26f4b1
parent604e8e1e22b088841c03b644420092212a82106b (diff)
downloadaur-642af921583b7e7184b87b297d172e04a64a9724.tar.gz
Switch MsQuic dep to 1.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2294cdf21861..94f27afac528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -49,7 +49,7 @@ pkgname = dotnet-runtime-preview-bin
depends = openssl
depends = zlib
optdepends = lttng-ust: CoreCLR tracing
- optdepends = msquic>=1.4,<=1.9: HTTP/3 support with System.Net.Quic
+ optdepends = msquic-1.9: HTTP/3 support with System.Net.Quic
provides = dotnet-runtime=7.0.0
provides = dotnet-runtime-7.0
conflicts = dotnet-runtime=7.0.0
diff --git a/PKGBUILD b/PKGBUILD
index deab7efa3994..a8a048689e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,7 @@ package_dotnet-runtime-preview-bin() {
)
optdepends=('lttng-ust: CoreCLR tracing'
- 'msquic>=1.4,<=1.9: HTTP/3 support with System.Net.Quic')
+ 'msquic-1.9: HTTP/3 support with System.Net.Quic')
provides=(dotnet-runtime=${_dotnetruntimever%-*} dotnet-runtime-7.0)
conflicts=(dotnet-runtime=${_dotnetruntimever%-*})
replaces=(dotnet-runtime-preview-bin)