Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/summary.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/summary.m4 b/templates/summary.m4
index 60035af..c39f6c6 100644
--- a/templates/summary.m4
+++ b/templates/summary.m4
@@ -75,9 +75,9 @@ cd <package>
git branch -m main master
git remote remove origin
git remote add origin ssh://aur@aur.archlinux.org/<package>
+# eventually add a .SRCINFO if it is missing
makepkg --printsrcinfo > .SRCINFO
git add .SRCINFO
-git push -u origin master
git commit -a -m 'moved to the AUR, added .SRCINFO'
git push -u origin master
</code></pre>