File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ set -eou pipefail
6
6
7
7
PROGNAME=" ${BASH_SOURCE[0]##*/ } "
8
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
9
usage () {
17
10
cat << - _EOF_
18
11
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
You can’t perform that action at this time.
0 commit comments