.\" Generated by scdoc 1.11.4 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "abump" "1" "2026-06-05" .PP .SH NAME .PP \fBabump\fR - bump pkgver in an APKBUILD file .PP .SH SYNOPSIS .PP \fBabump\fR [-s \fICVE-1\fR,.\&.\&.\&] [-m \fIMESSAGE\fR] [-f \fIISSUE\fR] [-p \fIREMOTE\fR] [-b|--branch] [-k|--keep] [-r|--rootbld] \fIPKGNAME-1.\&2.\&3\fR .PP .SH DESCRIPTION .PP \fBabump\fR updates the \fBpkgver\fR in an APKBUILD file, updates its checksums, rebuilds it, and finally creates a new commit with the changes resulting.\& .PP \fBabump\fR looks for the specified package in nested directories inside the current working directory, assuming a layout like that of the aports repository.\& .PP .SH OPTIONS .PP \fB-s, --security CVE1,.\&.\&.\&\fR .RS 4 Include CVE in the \fBsecfixes\fR comment section.\& .PP .RE \fB-m, --message MESSAGE\fR .RS 4 Include the given \fBMESSAGE\fR in the commit message body.\& .PP .RE \fB-f, --fixes ISSUE\fR .RS 4 Include \fBFixes #ISSUE\fR in the commit message.\& This will close the upstream issue when the commit is merged into the aports master branch.\& .PP .RE \fB-p, --push REMOTE\fR .RS 4 Push the commit and resulting changes to the specified \fBREMOTE\fR (e.\&g.\& \fBorigin\fR).\& .PP .RE \fB-b, --branch\fR .RS 4 Create a git branch from HEAD before normal operation.\& .PP .RE \fB-k, --keep\fR .RS 4 Keep existing packages.\& .PP .RE \fB-r, --rootbld\fR .RS 4 Build package in a clean chroot using \fBabuild rootbld\fR instead of \fBabuild all\fR.\& .PP .RE \fB-h, --help\fR .RS 4 Print help information and exit.\& .PP .RE .SH ENVIRONMENT .PP APORTSDIR .RS 4 Force operating on an alternate directory.\& .PP .RE .SH EXAMPLES .PP .nf .RS 4 abump mml-1\&.0\&.0 abump glibmm2\&.68-2\&.78\&.0 abump telegram-desktop-4\&.11\&.8 .fi .RE .PP .SH SEE ALSO .PP abuild(1), apkgrel(1), newapkbuild(1), APKBUILD(5), apk(8), checkapk(1).\& .PP .SH AUTHORS .PP Natanael Copa <\fIncopa@alpinelinux.\&org\fR> and open source contributors.\&