Age | Commit message (Collapse) | Author |
|
- Update pkgver,pkgrel
- Regenerate .SRCINFO
|
|
|
|
* HEAD
| \
| * db6a9aa <github@luxolus.com> pkgbuild: 15.2.14-8 -> 15.2.14-9
| * d56eceb <github@luxolus.com> pkgbuild: add explicit conflicts() for each pkg
| /
| master
Signed-off-by: Bazaah <github@luxolus.com>
|
|
- Update SHA sums
- Regenerate SRCINFO
- Resync _artifact pkgrel
|
|
|
|
* HEAD
| \
| * 69d28ca <github@luxolus.com> PKGBUILD: pkgrel=8
| * 39a612a <github@luxolus.com> PKGBUILD: skip stripping ceph-mgr-bin
| * 4471124 <github@luxolus.com> PKGBUILD: ensure provides() contains pkg ver-rel
| /
| master
Signed-off-by: Bazaah <github@luxolus.com>
|
|
still using ceph 15.2.14-7 artifacts, though. This will resync with
aur/ceph soonish
|
|
This takes forever, and seems largely useless given that 90% of the
package is node_modules crap
|
|
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).
|