It appears that pacman is conservative in making assumptions about
whether a package's provides() can satisfy version requirements.
Rather than assuming no version = '*', it assumes no version = '!*',
which makes sense I guess, but is different fom my expectations.
This caused the previous version on this package to be unable to
satisfy its own versioning requirements.
- Created the base PKGBUILD
- Regenerated SRCINFO
This repo is a thin shim around the real package, ceph. It's primary
purpose is to provide prebuilt ceph artifacts, rather than building from
source.
This repo's "build" process should never be more complicated than:
1. Downloading the built ceph artifacts
2. Installing them
Any changes / fixes / discussion on the actual build of ceph should take
place in:
https://aur.archlinux.org/packages/ceph
This is the initial release, however for sanity we're keeping the pkgrel
in sync with the upstream aur package (ceph).