Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-09-19 18:43:03 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-09-19 18:43:03 +0200
commitc54cdadacaecc56c896c52a96f9d7ddda2be827a (patch)
tree2a3eea6a5c8d9425f4d70bb818258664530d4bc9
parentb98887e1a4f044e13ba15a09486f615672ba472a (diff)
fixed some AUR migration documentation
-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 &lt;package&gt;
git branch -m main master
git remote remove origin
git remote add origin ssh://aur@aur.archlinux.org/&lt;package&gt;
+# eventually add a .SRCINFO if it is missing
makepkg --printsrcinfo &gt; .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>