summaryrefslogtreecommitdiff
path: root/dotnet-core-bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-08-23 21:11:21 +0200
committerErich Eckner <git@eckner.net>2022-09-11 21:18:29 +0200
commitb5721509dd91f4b0b73d0916a0c60df9ad9a3edb (patch)
treea84c08b0f606101d631ccd47acd1bf05260d39a2 /dotnet-core-bin
parentd44eb31b6ae27a59754381fc6a2c9afd4e38ecf8 (diff)
downloadarchlinuxewe-b5721509dd91f4b0b73d0916a0c60df9ad9a3edb.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 e3f3014e4..1ceda611c 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=8
+pkgrel=9
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.1.1'
+ 'gcc-libs=12.2.0'
'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.1.1'
+ 'gcc-libs=12.2.0'
'glibc>=2.33'
'zlib=1:1.2.12'
)
@@ -89,7 +89,7 @@ package_aspnet-runtime-bin() {
package_dotnet-sdk-bin() {
pkgdesc='The .NET Core SDK (binary)'
_pinned_dependencies=(
- 'gcc-libs=12.1.1'
+ 'gcc-libs=12.2.0'
'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.1.1'
+ 'gcc-libs=12.2.0'
'glibc>=2.33'
'zlib=1:1.2.12'
)