diff options
Diffstat (limited to 'ceph-bin')
-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 df402cfa9..8afe807c4 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=20 +pkgrel=21 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' arch=('x86_64') url='https://ceph.com/' @@ -64,11 +64,11 @@ package_ceph-bin() { 'libcurl.so=4' 'libicuuc.so=75' 'libkeyutils.so=1' + 'liblz4.so=1' 'libncursesw.so=6' 'libssl.so=3' 'libudev.so=1' 'libz.so=1' - 'lz4=1:1.10.0' ) if [ "${OS}" = 'arch' ]; then _pinned_dependencies+=( |