diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:14 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:03:14 +0200 |
commit | 50dc8bb2760ab49b808c27a21ddac4f302043e76 (patch) | |
tree | 47ed335305385d51c1879bcc622b0d340383c9f0 /ceph-bin | |
parent | b10ed65f5325f1374e1caf962dc866db7de6d543 (diff) | |
download | archlinuxewe-50dc8bb2760ab49b808c27a21ddac4f302043e76.tar.xz |
ceph-bin: rebuild
Diffstat (limited to 'ceph-bin')
-rw-r--r-- | ceph-bin/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index 6a1f1a120..518152904 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=5 +pkgrel=6 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' ) |