summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2022-05-03 18:00:37 +0200
committerFlorian Maunier2022-05-03 18:00:37 +0200
commit604e8e1e22b088841c03b644420092212a82106b (patch)
tree315eba7b5815df882415138ae125e5fde8216088
parentefaaaf97f917b0731b66cb2b1e6e2b5fccc7f833 (diff)
downloadaur-604e8e1e22b088841c03b644420092212a82106b.tar.gz
Specify MsQuic max version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c2389c12c74..2294cdf21861 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dotnet-core-preview-bin
pkgver = 7.0.0.sdk100+preview.3.22179.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.microsoft.com/net/core
arch = x86_64
arch = aarch64
@@ -49,7 +49,7 @@ pkgname = dotnet-runtime-preview-bin
depends = openssl
depends = zlib
optdepends = lttng-ust: CoreCLR tracing
- optdepends = msquic>=1.4: HTTP/3 support with System.Net.Quic
+ optdepends = msquic>=1.4,<=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 6b478161f5e4..deab7efa3994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _hostver=7.0.0-preview.3.22175.4
_dotnetruntimever=7.0.0-preview.3.22175.4
_aspnetruntimever=7.0.0-preview.3.22178.4
_sdkver=7.0.100-preview.3.22179.4
-pkgrel=1
+pkgrel=2
arch=(x86_64 aarch64 armv7h)
url=https://www.microsoft.com/net/core
license=(MIT)
@@ -70,7 +70,7 @@ package_dotnet-runtime-preview-bin() {
)
optdepends=('lttng-ust: CoreCLR tracing'
- 'msquic>=1.4: HTTP/3 support with System.Net.Quic')
+ 'msquic>=1.4,<=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)