This commit is contained in:
parent
96521445d6
commit
482a433e81
4
.util.sh
4
.util.sh
@ -10,13 +10,13 @@ update_github_tag() {
|
|||||||
|
|
||||||
update_pkg() {
|
update_pkg() {
|
||||||
|
|
||||||
updpkgsums > /dev/null 2>&1
|
updpkgsums
|
||||||
|
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
makepkg --printsrcinfo > .SRCINFO
|
makepkg --printsrcinfo > .SRCINFO
|
||||||
git add .SRCINFO PKGBUILD
|
git add .SRCINFO PKGBUILD
|
||||||
git commit -m "$(basename $(pwd)): update to $ver" > /dev/null 2>&1
|
git commit -m "$(basename $(pwd)): update to $ver"
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
git push
|
git push
|
||||||
|
Loading…
Reference in New Issue
Block a user