Commit Graph

13 Commits

Author SHA1 Message Date
Bazaah
1749d98420 pkgbuild: 17.2.5-3 -> 17.2.5-4
- Update pkgrel
- Update shasums
- Update package_ceph optdepends()
- Regenerate .SRCINFO
2022-11-06 11:21:34 +00:00
Bazaah
fbdc6aafff pkgbuild: 17.2.5-2 -> 17.2.5-3
- Update pkgrel
- Fix shasums
- Regenerate .SRCINFO

Also enforce pkgrel in downloaded packages, as otherwise we'll run into
this problem of cached pkg archives corrupting shasums
2022-11-05 23:20:46 +00:00
Bazaah
25a9dfad33 pkgbuild: 17.2.5-1 -> 17.2.5-2
- Update pkgrel
- Update shasums
- Regenerate .SRCINFO
2022-11-05 20:18:03 +00:00
Bazaah
962461a43c pkgbuild: 16.2.10-1 -> 17.2.5-1
- Update pkgver
- Update shasums
- Update package depends()
- Regenerate .SRCINFO
2022-10-30 19:22:43 +00:00
Bazaah
154ea48fb0 pkgbuild: 16.2.7-1 -> 16.2.10-1
- Update pkgver
- Update shasums
- Regenerate .SRCINFO
2022-10-16 10:01:32 +00:00
Bazaah
5b3872d065 pkgbuild: 15.2.14-9 -> 16.2.7-1
- Update pkgver,pkgrel
- Regenerate .SRCINFO
2022-10-04 19:53:40 +00:00
Bazaah
8319566ea2 pkgbuild: update depends of pkgs to follow upstream 2022-10-04 19:52:42 +00:00
Bazaah
db6a9aa8c2 pkgbuild: 15.2.14-8 -> 15.2.14-9
- Update SHA sums
- Regenerate SRCINFO
- Resync _artifact pkgrel
2022-09-29 11:15:17 +00:00
Bazaah
d56eceb87c pkgbuild: add explicit conflicts() for each pkg 2022-09-29 11:13:50 +00:00
Bazaah
69d28ca15f PKGBUILD: pkgrel=8
still using ceph 15.2.14-7 artifacts, though. This will resync with
aur/ceph soonish
2022-08-22 18:31:30 +00:00
Bazaah
39a612a350 PKGBUILD: skip stripping ceph-mgr-bin
This takes forever, and seems largely useless given that 90% of the
package is node_modules crap
2022-08-22 18:27:20 +00:00
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