aboutsummarylogtreecommitdiffstats
path: root/BUILDING.md
blob: 35028af036b070c84e0e1ec36f7e97dd3a79a126 (plain)
1
2
3
4
5
6
7
8
9
10
# Building

- make changes as needed
- 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`