diff options
Diffstat (limited to 'dotnet-core-bin')
-rw-r--r-- | dotnet-core-bin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotnet-core-bin/PKGBUILD b/dotnet-core-bin/PKGBUILD index 1ceda611c..d4a2ff8f1 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=9 +pkgrel=10 arch=('x86_64' 'armv7h' 'aarch64') url='https://www.microsoft.com/net/core' license=('MIT') @@ -53,7 +53,7 @@ package_dotnet-runtime-bin() { _pinned_dependencies=( 'gcc-libs=12.2.0' 'glibc>=2.33' - 'zlib=1:1.2.12' + 'zlib=1:1.2.13' ) depends=( "dotnet-host>=${_runtimever}" @@ -125,7 +125,7 @@ package_dotnet-targeting-pack-bin() { _pinned_dependencies=( 'gcc-libs=12.2.0' 'glibc>=2.33' - 'zlib=1:1.2.12' + 'zlib=1:1.2.13' ) depends=(netstandard-targeting-pack-bin "${_pinned_dependencies[@]}") provides=(dotnet-targeting-pack=${_runtimever} dotnet-targeting-pack-6.0) |