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 1b9e358f1d7ff806c62a7170f57342dd0e2338bf (commit) via 4d1d857ef050778abd22669058dc5f7781604299 (commit) via ff8c96fa7dd3ff8cb510e201b799ac48095d81ea (commit) via c15f7ae606683b3eb52ae5eaac7afc83cf04859b (commit) via a5090217f9ef3961153442577e8632310f79a272 (commit) from 10bcf66db8dffbadd6f051acba3b543693819eff (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 1b9e358f1d7ff806c62a7170f57342dd0e2338bf Author: Eli Schwartz <eschwartz@archlinux.org> Date: Sun Jan 20 23:31:21 2019 -0500 libmakepkg: make gettext replacements more templated Making the undescore be translated is probably not something we need translators to think about. Additionally, a number of places which use the same text differ only by the variable being referenced, so simplifying the string means we can drop a redundant translation. Bonus: we save a few bytes here and there. \o/ Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 4d1d857ef050778abd22669058dc5f7781604299 Author: morganamilo <morganamilo@gmail.com> Date: Fri Jan 18 21:08:03 2019 +0000 libalpm: fix minor typo in _alpm_db_usage_ Signed-off-by: morganamilo <morganamilo@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit ff8c96fa7dd3ff8cb510e201b799ac48095d81ea Author: Allan McRae <allan@archlinux.org> Date: Mon Jan 21 13:20:47 2019 +1000 Fix typo in pacman man page Signed-off-by: Allan McRae <allan@archlinux.org> commit c15f7ae606683b3eb52ae5eaac7afc83cf04859b Author: morganamilo <morganamilo@gmail.com> Date: Tue Jan 15 22:41:34 2019 +0000 libmakepkg: disallow using 'any' with other arches Error if the arch array contains any and any other values. This also fixes a bug where the check for `$arch == 'any'` which only evaluated the first value in the array, meaning the rest of the values would not be linted. Signed-off-by: morganamilo <morganamilo@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit a5090217f9ef3961153442577e8632310f79a272 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Sun Jan 13 22:55:00 2019 -0500 meson: fix website target A number of pages don't actually exist as html inside the source tree, and need to be generated even though they are manpages. This caused the website.tar.gz target to only work inside a dirty tree initially created by autotools. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/meson.build | 17 +++++++++++++---- doc/pacman.8.asciidoc | 2 +- lib/libalpm/alpm.h | 2 +- scripts/libmakepkg/lint_pkgbuild/arch.sh.in | 9 +++++++-- scripts/libmakepkg/lint_pkgbuild/variable.sh.in | 2 +- 5 files changed, 23 insertions(+), 9 deletions(-) hooks/post-receive -- The official pacman repository