index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2008-08-23 16:34:42 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-25 18:23:05 -0500 |
commit | d6f62ba22d5c6da484f4a7f0876b203ad545342a (patch) | |
tree | cd86d18043bbf03bdd26b1b1dad1fed3e8b666b7 /doc/PKGBUILD.5.txt | |
parent | 24d7c6a372ee9e796b4112f6dbff5f188fc80d35 (diff) |
-rw-r--r-- | doc/PKGBUILD.5.txt | 4 |
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 0b1ce649..9db10576 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -87,6 +87,10 @@ similar to `$_basekernver`. variables if possible when specifying the download location. Any files that are compressed will automatically be extracted, unless found in the noextract array listed below. ++ +It is also possible to specify an optional filename, which is helpful +with weird URLs and for handling multiple source files with the same +name. The syntax is: `source=('filename::url')` *noextract (array)*:: An array of filenames corresponding to those from the source array. Files |