summaryrefslogtreecommitdiff
path: root/bumpPkgrel
diff options
context:
space:
mode:
Diffstat (limited to 'bumpPkgrel')
-rwxr-xr-xbumpPkgrel14
1 files changed, 1 insertions, 13 deletions
diff --git a/bumpPkgrel b/bumpPkgrel
index 34347455..54a45a0c 100755
--- a/bumpPkgrel
+++ b/bumpPkgrel
@@ -143,19 +143,7 @@ else
< 'PKGBUILD' \
| sponge 'PKGBUILD'
if ${commit}; then
- if [ -d '.git' ] || [ -f '.git' ]; then
- makepkg --printsrcinfo > .SRCINFO
- git commit 'PKGBUILD' '.SRCINFO' -m "${pkg}: rebuild"
- for remote in $(
- git remote
- ); do
- git push "${remote}" || exit 1
- done
- cd ..
- git commit "${pkg}" -m "${pkg}: rebuild"
- else
- git commit 'PKGBUILD' -m "${pkg}: rebuild"
- fi
+ ../commit-package "${pkg}: rebuild"
fi
fi