diff --git a/pages/linux/makepkg.md b/pages/linux/makepkg.md index 911c51c0b4..a17ba4ef22 100644 --- a/pages/linux/makepkg.md +++ b/pages/linux/makepkg.md @@ -16,9 +16,9 @@ `makepkg {{[-si|--syncdeps --install]}}` -- Make a package, but skip checking the source's hashes and PGP signatures: +- Make a package, but skip checking the source's hashes, PGP signatures, and the `PKGBUILD` `check()` function: -`makepkg --skipchecksums --skippgpcheck` +`makepkg --skipchecksums --skippgpcheck --nocheck` - Clean up work directories after a successful build: