diff --git a/pages/linux/makepkg.md b/pages/linux/makepkg.md index 07b13aa4f7..3ad832ad39 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`