diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-05 13:29:01 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-05 13:29:01 +0200 |
commit | 797b6bdd5976fb25814adb3ef2ab978b823fc1b7 (patch) | |
tree | 3bbbdcb4b89e8da618fcfb6d132e54d5b59c5152 | |
parent | 00b5f2aa522d79748b65adbd05e92bfb61240bda (diff) | |
download | archlinuxewe-797b6bdd5976fb25814adb3ef2ab978b823fc1b7.tar.xz |
ceph-bin: rebuild
-rw-r--r-- | ceph-bin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index 89334eeef..df402cfa9 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.2 -pkgrel=19 +pkgrel=20 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' arch=('x86_64') url='https://ceph.com/' @@ -30,11 +30,11 @@ package_ceph-libs-bin() { 'libcrypto.so=3' 'libcurl.so=4' 'libicuuc.so=75' + 'liblz4.so=1' 'libssl.so=3' 'libudev.so=1' 'libz.so=1' 'libzstd.so=1' - 'lz4=1:1.10.0' ) if [ "${OS}" = 'arch' ]; then _pinned_dependencies+=( |