From 2d4e7a9f2dc258a3e1d9a0e003816266bce08004 Mon Sep 17 00:00:00 2001 From: Bazaah Date: Mon, 6 Nov 2023 19:55:56 +0000 Subject: [PATCH] pkgbuild: re-add provides() for ceph-libs As there are apparently people depending on ceph-libs, for which this package _can_ be used. This isn't ideal, as the other ceph-libs is a virtual package, so the behavior between this one and the other will conflict in interesting ways if I'm not careful. Need to think of a better solution long term... Reported-by: https://aur.archlinux.org/account/xeruf References: https://aur.archlinux.org/pkgbase/ceph-bin#comment-940725 --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 45deb91..88f6337 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -70,6 +70,7 @@ package_ceph-libs-bin() { 'python-prettytable' 'python-setuptools' 'python-yaml' ) + provides=('ceph-libs') conflicts=('ceph-libs') cd "${srcdir}"