From 98e4a1016134d7cdb5da3c1fc550875b18749dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sun, 18 Nov 2018 23:21:21 +0100 Subject: [PATCH] move2aur: fix .SRCINFO generation mksrcinfo was integrated into makepkg --- move2aur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/move2aur b/move2aur index 119bea4..845d8ea 100755 --- a/move2aur +++ b/move2aur @@ -63,7 +63,7 @@ main() { $cmd "$pkg" pushd "$pkg/trunk" >/dev/null msg 'Prepare AUR export' - mksrcinfo + makepkg --printsrcinfo > .SRCINFO git init git add * .SRCINFO git commit -m 'Initial Commit' -m "Moved from $repo" -- GitLab