summaryrefslogtreecommitdiff
path: root/dotnet-core-bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-05 21:14:07 +0200
committerErich Eckner <git@eckner.net>2023-05-05 21:14:07 +0200
commitc971bfec108720208cdf12e596622d9eb641de78 (patch)
tree0a5591b681f378ee09751b57d6ddbb3ee0201bf7 /dotnet-core-bin
parent700b0750b732b18d899d9e1568a828492de2d30f (diff)
downloadarchlinuxewe-c971bfec108720208cdf12e596622d9eb641de78.tar.xz
dotnet-core-bin: rebuild
Diffstat (limited to 'dotnet-core-bin')
-rw-r--r--dotnet-core-bin/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/dotnet-core-bin/PKGBUILD b/dotnet-core-bin/PKGBUILD
index 48cc1c0fc..c93e760ca 100644
--- a/dotnet-core-bin/PKGBUILD
+++ b/dotnet-core-bin/PKGBUILD
@@ -14,7 +14,7 @@ pkgname=(
pkgver=6.0.1.sdk101
_runtimever=6.0.1
_sdkver=6.0.101
-pkgrel=13
+pkgrel=14
arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.microsoft.com/net/core'
license=('MIT')
@@ -32,7 +32,7 @@ package_dotnet-host-bin() {
pkgdesc='A generic driver for the .NET Core Command Line Interface (binary)'
provides=("dotnet-host" "dotnet-host=${_runtimever}")
_pinned_dependencies=(
- 'gcc-libs=12.2.1'
+ 'gcc-libs=13.1.1'
'glibc>=2.33'
)
depends=(
@@ -51,7 +51,7 @@ package_dotnet-host-bin() {
package_dotnet-runtime-bin() {
pkgdesc='The .NET Core runtime (binary)'
_pinned_dependencies=(
- 'gcc-libs=12.2.1'
+ 'gcc-libs=13.1.1'
'glibc>=2.33'
'zlib=1:1.2.13'
)
@@ -89,7 +89,7 @@ package_aspnet-runtime-bin() {
package_dotnet-sdk-bin() {
pkgdesc='The .NET Core SDK (binary)'
_pinned_dependencies=(
- 'gcc-libs=12.2.1'
+ 'gcc-libs=13.1.1'
'glibc>=2.33'
)
depends=(
@@ -123,7 +123,7 @@ package_netstandard-targeting-pack-bin() {
package_dotnet-targeting-pack-bin() {
pkgdesc='The .NET Core targeting pack (binary)'
_pinned_dependencies=(
- 'gcc-libs=12.2.1'
+ 'gcc-libs=13.1.1'
'glibc>=2.33'
'zlib=1:1.2.13'
)