We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399fae0 commit 2965c4cCopy full SHA for 2965c4c
please.sh
@@ -468,6 +468,7 @@ pkg_build () {
468
'"$extra_makepkg_opts" ||
469
die "%s: could not build\n" "$sdk/$pkgpath"
470
471
+ git update-index -q --refresh &&
472
git diff-files --quiet --ignore-submodules PKGBUILD ||
473
git commit -s -m "$package: new version" PKGBUILD ||
474
die "%s: could not commit after build\n" "$sdk/$pkgpath"
@@ -512,6 +513,7 @@ pkg_build () {
512
513
514
if test "a$sdk32" = "a$sdk"
515
then
516
517
518
519
0 commit comments