From 36bbcee0ce770e8d4a7db427f98cb2f070f22ea4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 18 Jan 2023 10:25:13 +0100 Subject: ceph-bin: rebuild --- ceph-bin/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ceph-bin') diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index 130cf171a..b452b6305 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=4 +pkgrel=5 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.0' + 'gcc-libs=12.2.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.0' + 'gcc-libs=12.2.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.0' + 'gcc-libs=12.2.1' 'glibc>=2.36' 'libsqlite3.so=0' ) -- cgit v1.2.3-54-g00ecf