This is an automated email from the git hooks/post-receive script. demize pushed a change to branch master in repository pacman-contrib. from c57d275 term_colors.sh: do not use colors on a dumb term new cbe6558 autotools: remove useless file from the source tree new ab69666 checkupdates: add option to download updates using -Swu new fc21909 vim: add syntax for b2sums, recently added to makepkg The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Graph of new commits: * fc21909 (HEAD -> master) vim: add syntax for b2sums, recently added to makepkg * ab69666 checkupdates: add option to download updates using -Swu * cbe6558 autotools: remove useless file from the source tree Detailed log of new commits: commit fc21909ba2982a4225d86c4a0f9e354fe74961ad Author: Eli Schwartz <eschwartz@archlinux.org> Date: Tue Apr 16 22:49:42 2019 -0400 vim: add syntax for b2sums, recently added to makepkg Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Message-Id: <20190417024942.19420-2-eschwartz@archlinux.org> Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> commit ab696663975c433c451d9927f907a67a14441263 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Wed Apr 24 13:44:43 2019 -0400 checkupdates: add option to download updates using -Swu This is safer than -Sywu, and should be included here for the same reason we wish to encourage people not to use -Sy && -Qu. Since an option was added, we now need option parsing, so I converted over to using parseopts. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Message-Id: <20190424174444.25275-1-eschwartz@archlinux.org> Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> commit cbe65585f47860ab325624de7020c816813010c3 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Tue Apr 16 22:46:31 2019 -0400 autotools: remove useless file from the source tree tap-driver.sh is a generated file, it is installed by autoreconf because configure.ac says to install it. There's no reason to keep a copy checked into git, and by tracking it, users end up with dirty trees just because they attempted to build the project. This prevents convenient use of various git features. Its presence in git is most likely an accident. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Message-Id: <20190417024631.19259-1-eschwartz@archlinux.org> Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Summary of changes: build-aux/tap-driver.sh | 652 -------------------------------------------- src/checkupdates.sh.in | 61 ++++- src/vim/syntax/PKGBUILD.vim | 11 + 3 files changed, 61 insertions(+), 663 deletions(-) delete mode 100755 build-aux/tap-driver.sh -- To stop receiving notification emails like this one, please contact the administrator of this repository.