Merge branch 'maint'

This commit is contained in:
Dan McGee 2009-09-07 15:17:47 -05:00
commit cd5b029e93
4 changed files with 6 additions and 3 deletions

View File

@ -66,7 +66,7 @@ syn region pbBackupGroup start=/^backup=(/ end=/)/ contains=pb_k_backup,pbValidB
" arch " arch
syn keyword pb_k_arch arch contained syn keyword pb_k_arch arch contained
syn keyword pbArch i686 x86_64 ppc contained syn keyword pbArch i686 x86_64 ppc any contained
syn match pbIllegalArch /[^='"() ]/ contained contains=pbArch syn match pbIllegalArch /[^='"() ]/ contained contains=pbArch
syn region pbArchGroup start=/^arch=(/ end=/)/ contains=pb_k_arch,pbArch,pbIllegalArch syn region pbArchGroup start=/^arch=(/ end=/)/ contains=pb_k_arch,pbArch,pbIllegalArch

View File

@ -118,7 +118,8 @@ name. The syntax is: `source=('filename::url')`.
*arch (array)*:: *arch (array)*::
Defines on which architectures the given package is available (e.g. Defines on which architectures the given package is available (e.g.
`arch=('i686' 'x86_64')`). `arch=('i686' 'x86_64')`). Packages that contain no architecture specific
files may use arch=('any').
*backup (array)*:: *backup (array)*::
A space-delimited array of filenames, without preceding slashes, that A space-delimited array of filenames, without preceding slashes, that

View File

@ -62,6 +62,7 @@ Releases
`------------`------- `------------`-------
Date Version Date Version
--------------------- ---------------------
2009-08-02 v3.3.0
2009-01-05 v3.2.2 2009-01-05 v3.2.2
2008-08-26 v3.2.1 2008-08-26 v3.2.1
2008-07-30 v3.2.0 2008-07-30 v3.2.0

View File

@ -146,7 +146,8 @@ Options
Do not actually build the package, but build a source-only tarball that Do not actually build the package, but build a source-only tarball that
does not include sources that can be fetched via a download URL. This is does not include sources that can be fetched via a download URL. This is
useful for passing a single tarball to another program such as a chroot, useful for passing a single tarball to another program such as a chroot,
remote builder, or a tarball upload. remote builder, or a tarball upload. Because integrity checks are verified,
all source files of the package need to be present or downloadable.
*\--noconfirm*:: *\--noconfirm*::
(Passed to pacman) Prevent pacman from waiting for user input before (Passed to pacman) Prevent pacman from waiting for user input before