aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: a616c23f41011fc59fe4778a821b0f3de6fb9f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[![AUR Version](https://img.shields.io/aur/version/pgcat)](https://aur.archlinux.org/packages/pgcat)
# AUR pgcat

Arch Linux AUR package that installs installs [`pgcat`](https://github.com/postgresml/pgcat), a PostgreSQL pooler with sharding, load balancing and failover support.

## Git Mirrors

- https://github.com/Preskton/aur-pgcat

## Contributing

1. Make changes to `PKGBUILD` as necessary.
2. If the version of the upstream binary (`pkgver`) is the same as before, bump the package release (`pkgrel`) number.
3. Run `make sums` to update sha512 sums.
4. Run `make srcinfo` to update the `.SRCINFO`.
5. Run `git push -u origin master` to push to AUR.
6. Wait about five minutes for changes to be available when running commands like `yay pgcat`.