Fix inaccurate docs about option compatibility

This commit is contained in:
Christopher Patton
2020-05-30 20:07:14 -07:00
parent 707f445620
commit 6615fd76e9
2 changed files with 4 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ options:
- Only valid with makepkg.
Skip PGP signatures verification of source file.
This is useful when installing packages without GnuPG (properly) configured.
Cannot be used unless use is set to 'makepkg'.
type: bool
default: no
@@ -63,6 +64,7 @@ options:
description:
- Only valid with makepkg.
Ignore a missing or incomplete arch field, useful when the PKGBUILD does not have the arch=('yourarch') field.
Cannot be used unless use is set to 'makepkg'.
type: bool
default: no