summaryrefslogtreecommitdiff
path: root/ceph-bin/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-07-07 13:07:23 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-07-07 13:07:23 +0200
commitd9d8794662a910f386305308927cd83278864b71 (patch)
tree55d136d8fd47fe46b675e1adb447c64bc72f8300 /ceph-bin/PKGBUILD
parent0d6d6041b58d6b6f0b61017c02bc42fa9d9efa28 (diff)
downloadarchlinuxewe-d9d8794662a910f386305308927cd83278864b71.tar.xz
ceph-bin: fix _pinned_dependencies
Diffstat (limited to 'ceph-bin/PKGBUILD')
-rw-r--r--ceph-bin/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD
index 8695c10f0..f5a5e75c5 100644
--- a/ceph-bin/PKGBUILD
+++ b/ceph-bin/PKGBUILD
@@ -35,9 +35,9 @@ package_ceph-libs-bin() {
'libicuuc.so=73'
'libssl.so=3'
'libudev.so=1'
+ 'libz.so=1'
'libzstd.so=1'
'lz4=1:1.9.4'
- 'zlib=1:1.2.13'
)
depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss'
'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt' 'cryptsetup'
@@ -68,8 +68,8 @@ package_ceph-bin() {
'libnl-genl-3.so=200'
'libssl.so=3'
'libudev.so=1'
+ 'libz.so=1'
'lz4=1:1.9.4'
- 'zlib=1:1.2.13'
)
depends=("ceph-libs=${_pkgver}"
'boost-libs' 'curl' 'fuse3' 'fmt' 'glibc' 'gperftools' 'java-runtime'