Commit Graph

52 Commits

Author SHA1 Message Date
Bazaah
44711240e5 PKGBUILD: ensure provides() contains pkg ver-rel
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.
2022-08-22 18:22:29 +00:00
Bazaah
af76e08d0b pkg: 15.2.14-7
- 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).
2022-08-14 16:03:37 +00:00