[pacman-dev] [PATCH] Fix typo in PKGBUILD man page
Signed-off-by: Allan McRae <allan@archlinux.org> --- doc/PKGBUILD.5.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 60d8e53..0ba9ca8 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -87,7 +87,7 @@ similar to `$_basekernver`. Specifies a special install script that is to be included in the package. This file should reside in the same directory as the PKGBUILD, and will be copied into the package by makepkg. It does not need to be included - in the source array (e.g., `install=pkgname.install`). + in the source array (e.g., `install=$pkgname.install`). *changelog*:: Specifies a changelog file that is to be included in the package. -- 1.7.7
Signed-off-by: Allan McRae <allan@archlinux.org> --- doc/PKGBUILD.5.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 0ba9ca8..2318505 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -107,6 +107,10 @@ similar to `$_basekernver`. It is also possible to change the name of the downloaded file, which is helpful with weird URLs and for handling multiple source files with the same name. The syntax is: `source=('filename::url')`. ++ +Files in the source array with extensions `.sig` or `.asc` are recognized by +makepkg as PGP signatures and will be automatically used to verify the integrity +of the corresponding source file. *noextract (array)*:: An array of filenames corresponding to those from the source array. Files -- 1.7.7
participants (1)
-
Allan McRae