Include:Abump: Difference between revisions
mNo edit summary |
WhyNotHugo (talk | contribs) (Explain mode of operation) |
||
Line 1: | Line 1: | ||
The tool < | The tool <code>abump</code> is a utility to bump pkgver in APKBUILD files if the package gets an update to a newer upstream release. <code>abump</code> will update the package's <code>pkgver</code>, rebuild it and create a new commit with the resulting changes. | ||
{{Cmd|<nowiki>abump [-hR]</nowiki>}} | {{Cmd|<nowiki>abump [-hR]</nowiki>}} |
Revision as of 14:47, 19 November 2023
The tool abump
is a utility to bump pkgver in APKBUILD files if the package gets an update to a newer upstream release. abump
will update the package's pkgver
, rebuild it and create a new commit with the resulting changes.
abump [-hR]
abump options
- -h Show this help
- -R Run abuild with -R for recursive building
- -k Keep existing packages