From ac5773093d3fdac9dadc275e5cd0ef308e48b4f2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 May 2023 21:13:41 +0200 Subject: ceph-bin: rebuild --- ceph-bin/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ceph-bin/PKGBUILD') diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index 2278f596b..468d0272f 100644 --- a/ceph-bin/PKGBUILD +++ b/ceph-bin/PKGBUILD @@ -4,7 +4,7 @@ pkgbase='ceph-bin' pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin') pkgver=17.2.5 -pkgrel=7 +pkgrel=8 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' arch=('x86_64') url='https://ceph.com/' @@ -23,7 +23,7 @@ noextract=("${source[@]%%::*}") package_ceph-libs-bin() { _pinned_dependencies=( - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.36' 'libblkid.so=1' 'libcrypto.so=3' @@ -52,7 +52,7 @@ package_ceph-libs-bin() { package_ceph-bin() { _pinned_dependencies=( - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.36' 'libblkid.so=1' 'libcap-ng.so=0' @@ -87,7 +87,7 @@ package_ceph-bin() { package_ceph-mgr-bin() { _pinned_dependencies=( - 'gcc-libs=12.2.1' + 'gcc-libs=13.1.1' 'glibc>=2.36' 'libsqlite3.so=0' ) -- cgit v1.2.3-54-g00ecf