From c54cdadacaecc56c896c52a96f9d7ddda2be827a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Sep 2024 18:43:03 +0200 Subject: fixed some AUR migration documentation --- templates/summary.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2