makepkg: add combined flag and check skip (#23525)

This commit is contained in:
Managor
2026-08-28 02:11:00 +03:00
committed by GitHub
parent 228ba0ab9c
commit a154170855
+2 -2
View File
@@ -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: