From f53d2ac471a28e65e765a85251ba4cb6cf67cdbb Mon Sep 17 00:00:00 2001
From: Dan McGee <dan@archlinux.org>
Date: Sun, 6 Sep 2009 16:13:40 -0500
Subject: Add 3.3.0 release to index.txt

---
 doc/index.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/index.txt b/doc/index.txt
index 2f0141c3..0966fcc3 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -62,6 +62,7 @@ Releases
 `------------`-------
 Date         Version
 ---------------------
+2009-08-02   v3.3.0
 2009-01-05   v3.2.2
 2008-08-26   v3.2.1
 2008-07-30   v3.2.0
-- 
cgit v1.2.3-54-g00ecf


From 814cd7aee1f526479a24b62b01b24e25cd656d2b Mon Sep 17 00:00:00 2001
From: Xavier Chantry <shiningxc@gmail.com>
Date: Mon, 7 Sep 2009 19:36:25 +0200
Subject: Update the doc for --source

See FS#15984

After commit 02acf65, the --source behavior changed.

Thanks to Dan for actually writing the new sentence :)

Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
---
 doc/makepkg.8.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index ad78ffcb..198aa954 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -146,7 +146,8 @@ Options
 	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
 	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*::
 	(Passed to pacman) Prevent pacman from waiting for user input before
-- 
cgit v1.2.3-54-g00ecf


From 2e7c569950f3a6f651fb4850cb320068e2261198 Mon Sep 17 00:00:00 2001
From: Xavier Chantry <shiningxc@gmail.com>
Date: Mon, 7 Sep 2009 19:40:53 +0200
Subject: Update doc and vim syntax for arch=any

This fixes FS#15870

Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
---
 contrib/PKGBUILD.vim | 2 +-
 doc/PKGBUILD.5.txt   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/PKGBUILD.vim b/contrib/PKGBUILD.vim
index 8f45ae44..994eaccb 100644
--- a/contrib/PKGBUILD.vim
+++ b/contrib/PKGBUILD.vim
@@ -66,7 +66,7 @@ syn region pbBackupGroup start=/^backup=(/ end=/)/ contains=pb_k_backup,pbValidB
 
 " arch
 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 region pbArchGroup start=/^arch=(/ end=/)/ contains=pb_k_arch,pbArch,pbIllegalArch
 
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index ef6bace0..83cebcdb 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -118,7 +118,8 @@ name. The syntax is: `source=('filename::url')`.
 
 *arch (array)*::
 	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)*::
 	A space-delimited array of filenames, without preceding slashes, that
-- 
cgit v1.2.3-54-g00ecf