summaryrefslogtreecommitdiff
path: root/ceph-bin
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-01-18 10:25:13 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-01-18 10:25:13 +0100
commit36bbcee0ce770e8d4a7db427f98cb2f070f22ea4 (patch)
treedd0342b3bda2d0c4a9d1dfbc86dadbb29145cee3 /ceph-bin
parent4efb642c31054935ac993660f9eac4d85f1e478b (diff)
downloadarchlinuxewe-36bbcee0ce770e8d4a7db427f98cb2f070f22ea4.tar.xz
ceph-bin: rebuild
Diffstat (limited to 'ceph-bin')
-rw-r--r--ceph-bin/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD
index 130cf171a..b452b6305 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.5
-pkgrel=4
+pkgrel=5
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64')
url='https://ceph.com/'
@@ -23,7 +23,7 @@ noextract=("${source[@]%%::*}")
package_ceph-libs-bin() {
_pinned_dependencies=(
- 'gcc-libs=12.2.0'
+ 'gcc-libs=12.2.1'
'glibc>=2.36'
'libblkid.so=1'
'libcrypto.so=3'
@@ -52,7 +52,7 @@ package_ceph-libs-bin() {
package_ceph-bin() {
_pinned_dependencies=(
- 'gcc-libs=12.2.0'
+ 'gcc-libs=12.2.1'
'glibc>=2.36'
'libblkid.so=1'
'libcap-ng.so=0'
@@ -87,7 +87,7 @@ package_ceph-bin() {
package_ceph-mgr-bin() {
_pinned_dependencies=(
- 'gcc-libs=12.2.0'
+ 'gcc-libs=12.2.1'
'glibc>=2.36'
'libsqlite3.so=0'
)