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 569876f9309fc04d6f77f852c5ca096721d6044b (commit) via ecd6eddf13f0fc24a281b2af9725896492bb6ad4 (commit) via 87c4fb51a460b10153c10297bfaea7e5c16a811b (commit) from 62e8812fb9002bf2d737375003652bc6becc9f54 (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 569876f9309fc04d6f77f852c5ca096721d6044b Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Mar 11 15:40:11 2012 -0400 makepkg: treat lib{provides,depends} returns as proper arrays Make these functions more whitespace space by treating newlines as the element delimiter rather than every form of whitespace. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit ecd6eddf13f0fc24a281b2af9725896492bb6ad4 Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Mar 11 15:33:13 2012 -0400 makepkg: use proper array addition in libdeps Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 87c4fb51a460b10153c10297bfaea7e5c16a811b Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Apr 8 18:28:39 2012 -0400 makepkg: add missing newline from libprovides output This was a small oversight from 1917c845 which causes makepkg to write provides entries to the .PKGINFO file improperly, e.g. provides = systemdlibsystemdudev=999 Add a newline in the printf format to ensure that these are spaced appropriately. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: scripts/makepkg.sh.in | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) hooks/post-receive -- The official pacman repository