The official pacman repository branch, master, updated. v3.4.3-316-gf892775
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official pacman repository".
The branch, master has been updated
via f89277536612ff8e204cefcb6ff7cca7079d6bd5 (commit)
via 35a8cf134bedf723dc6df5c6c2d6744ed942f31f (commit)
via d8c4b12c66f1b4851eac5b61c7455a05d891ac70 (commit)
via 332dd86912515dda5703127d13fd21f96e8273b9 (commit)
via 3444146b48685deb4ebd68c3a5b4be5d2197b935 (commit)
from 87240dae6d4631a812ee81ed53c1622dd164bfcf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f89277536612ff8e204cefcb6ff7cca7079d6bd5
Author: Allan McRae <allan@archlinux.org>
Date: Thu Feb 3 11:01:01 2011 +1000
makepkg: initialize local arrays to empty
Fixes bash-3.2 compatibility.
Thanks-to: Dave Reisner <d@falconindy.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
commit 35a8cf134bedf723dc6df5c6c2d6744ed942f31f
Author: Allan McRae <allan@archlinux.org>
Date: Thu Feb 3 10:15:36 2011 +1000
makepkg: error on invalid optdepends
Missed in commit a88cb03a.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
The current behaviour, which is placing source packages in PKGDEST if
SRCPKGDEST is not set, is inconsistent with {SRC,PKG}DEST handling and
there is no real advantage in doing so.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>