Skip to content

Commit a154170

Browse files
authored
makepkg: add combined flag and check skip (tldr-pages#23525)
1 parent 228ba0a commit a154170

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/linux/makepkg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
`makepkg {{[-si|--syncdeps --install]}}`
1818

19-
- Make a package, but skip checking the source's hashes and PGP signatures:
19+
- Make a package, but skip checking the source's hashes, PGP signatures, and the `PKGBUILD` `check()` function:
2020

21-
`makepkg --skipchecksums --skippgpcheck`
21+
`makepkg --skipchecksums --skippgpcheck --nocheck`
2222

2323
- Clean up work directories after a successful build:
2424

0 commit comments

Comments
 (0)