diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-02 14:51:11 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-02 14:51:11 +0100 |
commit | 0cd211b7a5768a253ba1f2613ec64c8eb60d5e23 (patch) | |
tree | b9397d1aa776a58a118a05421ce092c66a0a6d1b /ceph-bin | |
parent | ebd83d871771474f2552e9398ff93bec95f4097e (diff) | |
download | archlinuxewe-0cd211b7a5768a253ba1f2613ec64c8eb60d5e23.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 63ba8f702..e2182c463 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=16.2.10 -pkgrel=1 +pkgrel=2 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' arch=('x86_64') url='https://ceph.com/' @@ -30,7 +30,7 @@ package_ceph-libs-bin() { 'libcrypt.so=2' 'libcurl.so=4' 'libexpat.so=1' - 'libicuuc.so=71' + 'libicuuc.so=72' 'libudev.so=1' 'lz4=1:1.9.4' 'openssl=1.1.1.q' @@ -58,7 +58,7 @@ package_ceph-bin() { 'libcryptsetup.so=12' 'libcurl.so=4' 'libexpat.so=1' - 'libicuuc.so=71' + 'libicuuc.so=72' 'libkeyutils.so=1' 'libncursesw.so=6' 'libnl=3.7.0' |