From 32ad43191906369e1f124ae408bfb3610c0e9235 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sun, 26 Dec 2021 15:58:12 +0000 Subject: [PATCH] makepkg: add commands (#7577) --- pages/linux/makepkg.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/makepkg.md b/pages/linux/makepkg.md index 07b13aa4f..3ad832ad3 100644 --- a/pages/linux/makepkg.md +++ b/pages/linux/makepkg.md @@ -23,3 +23,11 @@ - Clean up work directories after a successful build: `makepkg --clean` + +- Verify the hashes of the sources: + +`makepkg --verifysource` + +- Generate and save the source information into `.srcinfo`: + +`makepkg --printsrcinfo > .srcinfo`