We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 435e2bd + bdae782 commit 0095ad7Copy full SHA for 0095ad7
1 file changed
package/rebuild-todo
@@ -6,13 +6,6 @@ set -eou pipefail
6
7
PROGNAME="${BASH_SOURCE[0]##*/}"
8
9
-bump_pkgrel() {
10
- oldrel=$(grep 'pkgrel=' < <(svn cat PKGBUILD) | cut -d= -f2)
11
- rel=${oldrel%%.*}
12
- newrel=$((rel + 1))
13
- sed -i "s/pkgrel=$oldrel/pkgrel=$newrel/" PKGBUILD
14
-}
15
-
16
usage() {
17
cat <<- _EOF_
18
Usage: ${PROGNAME} [OPTIONS] URL
@@ -31,7 +24,6 @@ usage() {
31
24
--import-keys Import PGP keys for packages source verification into the user's keyring
32
25
--no-build Don't build PKGBUILD
33
26
--no-publish Don't run commitpkg after building
34
- --no-bump Don't bump pkgrel before building (default bumps pkgrel)
35
27
--testing Publish towards testing
36
28
--staging Publish towards staging
37
29
--skip-broken Skip broken packages
0 commit comments