summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-11-16 21:51:17 +0100
committerDan McGee <dan@archlinux.org>2011-11-16 21:51:17 +0100
commit919b604c29060b3b14162ef331dfccc018606919 (patch)
tree8d2a61eedb672149103829e0fd72660569bd1eb3 /doc
parentdee8144ce5ca96ceca643d74fd6152ecf812f8af (diff)
parentc79c068fe9b80ea9af831c8c883f27fad2e0d128 (diff)
downloadpacman-919b604c29060b3b14162ef331dfccc018606919.tar.gz
pacman-919b604c29060b3b14162ef331dfccc018606919.tar.xz
Merge branch 'maint'
Diffstat (limited to 'doc')
-rw-r--r--doc/PKGBUILD.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 23185051..fad93e5c 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -108,7 +108,7 @@ 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
+Files in the source array with extensions `.sig`, `.sign` or `.asc` are recognized by
makepkg as PGP signatures and will be automatically used to verify the integrity
of the corresponding source file.