summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-10-04pkgbuild: 15.2.14-9 -> 16.2.7-1Bazaah
- Update pkgver,pkgrel - Regenerate .SRCINFO
2022-10-04pkgbuild: update depends of pkgs to follow upstreamBazaah
2022-09-29merge: master <--- rebuild/20220929Bazaah
* 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>
2022-09-29pkgbuild: 15.2.14-8 -> 15.2.14-9Bazaah
- Update SHA sums - Regenerate SRCINFO - Resync _artifact pkgrel
2022-09-29pkgbuild: add explicit conflicts() for each pkgBazaah
2022-08-22pkg: 15.2.14_7 --> 15.2.14_8Bazaah
* 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>
2022-08-22PKGBUILD: pkgrel=8Bazaah
still using ceph 15.2.14-7 artifacts, though. This will resync with aur/ceph soonish
2022-08-22PKGBUILD: skip stripping ceph-mgr-binBazaah
This takes forever, and seems largely useless given that 90% of the package is node_modules crap
2022-08-22PKGBUILD: ensure provides() contains pkg ver-relBazaah
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-14pkg: 15.2.14-7Bazaah
- 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).