aboutsummarylogtreecommitdiffstats
path: root/BUILDING.md
blob: 5cd27aa16c13a92374760c5346f7d27f50f8831a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Building

### Check For Updates

- [upstream](https://www.keepalived.org/download.html)

### Process

- make changes as needed
- update PKGBUILD > pkgver to new upstream version
    + __note:__ also update the PKGBUILD > md5sums with the md5sum of the new release!
- increment PKGBUILD > pkgrel
- test locally as needed
- generate new .SRCINFO: `makepkg --printsrcinfo > .SRCINFO`
- add changes to git: `git add`
- commit: `git commit -m '...'`
- push to origin: `git push origin`
- push to aur: `git push aur`