diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-23 12:52:17 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-23 12:52:17 +0200 |
commit | 412a22fe25b5ea522925d3e454962fcc05ad0eb4 (patch) | |
tree | 563bd15174ba10cf53254533b852a3fe648f4b81 /dotnet-core-bin | |
parent | 8afd53c46adb3d5413537589559726a70522d32c (diff) | |
download | archlinuxewe-412a22fe25b5ea522925d3e454962fcc05ad0eb4.tar.xz |
dotnet-core-bin: rebuild
Diffstat (limited to 'dotnet-core-bin')
-rw-r--r-- | dotnet-core-bin/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dotnet-core-bin/PKGBUILD b/dotnet-core-bin/PKGBUILD index 692b286e7..f90aa12e7 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=19 +pkgrel=20 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=14.1.1+r58+gfc9fb69ad62' + 'gcc-libs=14.1.1+r309+gbb34b7eda1f' '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=14.1.1+r58+gfc9fb69ad62' + 'gcc-libs=14.1.1+r309+gbb34b7eda1f' 'glibc>=2.33' 'libz.so=1' ) @@ -89,7 +89,7 @@ package_aspnet-runtime-bin() { package_dotnet-sdk-bin() { pkgdesc='The .NET Core SDK (binary)' _pinned_dependencies=( - 'gcc-libs=14.1.1+r58+gfc9fb69ad62' + 'gcc-libs=14.1.1+r309+gbb34b7eda1f' '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=14.1.1+r58+gfc9fb69ad62' + 'gcc-libs=14.1.1+r309+gbb34b7eda1f' 'glibc>=2.33' 'libz.so=1' ) |