blob: ed64a7089c1630498aa1b0a1709d1afc7ba84be0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Update instructions
- Update version and sha256sums
- Run `makepkg --printsrcinfo > .SRCINFO`
- Commit, with meaningful message. Make sure .SRCINFO is commited
- Push
# To build package
Run: `makepkg`
|