mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
makepkg: add combined flag and check skip (#23525)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user