diff options
author | Erich Eckner <git@eckner.net> | 2023-06-30 09:33:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-06-30 09:33:40 +0200 |
commit | 47f2914c2d48b51c4b2b281527f4affc0b592458 (patch) | |
tree | 7562760a1854a8a948c2c7bc8ccc6c674bef7318 /ceph-bin | |
parent | b2086701830520a8307dec31f83489a91a2136fa (diff) | |
download | archlinuxewe-47f2914c2d48b51c4b2b281527f4affc0b592458.tar.xz |
ceph-bin: rebuild
Diffstat (limited to 'ceph-bin')
-rw-r--r-- | ceph-bin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index a05df250e..d8a59725e 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.6 -pkgrel=2 +pkgrel=3 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' arch=('x86_64') url='https://ceph.com/' @@ -31,7 +31,7 @@ package_ceph-libs-bin() { 'libcrypt.so=2' 'libcurl.so=4' 'libexpat.so=1' - 'libicuuc.so=73' + 'libicuuc.so=72' 'libssl.so=3' 'libudev.so=1' 'libzstd.so=1' @@ -60,7 +60,7 @@ package_ceph-bin() { 'libcryptsetup.so=12' 'libcurl.so=4' 'libexpat.so=1' - 'libicuuc.so=73' + 'libicuuc.so=72' 'libkeyutils.so=1' 'libncursesw.so=6' 'libnl-3.so=200' |