summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2021-10-14 15:26:59 +0200
committerFlorian Maunier2021-10-14 15:26:59 +0200
commitdeea99b03c4c4d087afc28f89a9dc35eb9cafad0 (patch)
tree4c0f5308587b4161d8f69b051e0eab1e5b0ef0e3
parent3dac2f7b79e748004062fa5c62f6b2cabbabed55 (diff)
downloadaur-deea99b03c4c4d087afc28f89a9dc35eb9cafad0.tar.gz
Add msquic optdepend on dotnet-runtime-preview-bin
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 311ed5ad6c3e..f8d8c4a1c7d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dotnet-core-preview-bin
pkgver = 6.0.0.sdk100+rc.2.21505.57
- pkgrel = 1
+ pkgrel = 2
url = https://www.microsoft.com/net/core
arch = x86_64
arch = armv7h
@@ -49,6 +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
provides = dotnet-runtime=6.0.0
provides = dotnet-runtime-6.0
conflicts = dotnet-runtime=6.0.0
diff --git a/PKGBUILD b/PKGBUILD
index bb420909e8fd..90cdef64f191 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _hostver=6.0.0-rc.2.21480.5
_dotnetruntimever=6.0.0-rc.2.21480.5
_aspnetruntimever=6.0.0-rc.2.21480.10
_sdkver=6.0.100-rc.2.21505.57
-pkgrel=1
+pkgrel=2
arch=(x86_64 armv7h aarch64)
url=https://www.microsoft.com/net/core
license=(MIT)
@@ -69,7 +69,8 @@ package_dotnet-runtime-preview-bin() {
zlib
)
- optdepends=('lttng-ust: CoreCLR tracing')
+ optdepends=('lttng-ust: CoreCLR tracing'
+ 'msquic>=1.4: HTTP/3 support with System.Net.Quic')
provides=(dotnet-runtime=${_dotnetruntimever%-*} dotnet-runtime-6.0)
conflicts=(dotnet-runtime=${_dotnetruntimever%-*})
replaces=(dotnet-runtime-preview-bin)