- Oct 30, 2024
-
-
Quentin Michaud authored
-
- Sep 18, 2024
-
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
Vim: actually install the indent file See merge request !51
-
- Sep 03, 2024
-
-
Ivan Shapovalov authored
Fixes 020b5331 ("Vim: Add indent file").
-
- Jun 27, 2024
-
-
Daniel M. Capella authored
Fix typos See merge request !50
-
Diego Viola authored
Signed-off-by: Diego Viola <diego.viola@gmail.com>
-
- May 10, 2024
-
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
Revert 'printf' lint for the pacscripts script See merge request !49
-
Daniel M. Capella authored
Fix the Zlib license SPDX identifier in PKGBUILD.vim See merge request !48
-
- Apr 05, 2024
-
-
Justin Gassner authored
The lint change made in commit [17f27b53](!33 (17f27b53)) for the `pacscripts` script regarding the `printf` statement broke the expected formatting. This parallels a previous [issue](#118) with the `updpkgsums` script, which was fixed in commit [88c4b490](!38 (88c4b490)). As far as I can tell, we have an exception to shellcheck rule SC2059, because the first argument to `error()` is meant to be a format string that is filled with remaining arguments. Interestingly enough, this script does not even use the `error()` function this way, but calls it with single strings built by variable expansion.
-
- Apr 02, 2024
-
-
Robin Candau authored
-
- Mar 21, 2024
-
-
Daniel M. Capella authored
Vim syntax: Allow `x86_64_v3` in $arch See merge request !47
-
Frederik “Freso” S. Olesen authored
Arch Linux RFC 2[1] added "x86_64_v3" as a (future) official Arch Linux build architecture, but vim is currently not happy when `PKGBUILD`s have "x86_64_v3" in their `$arch` array. This adds "x86_64_v3" to the list of allowed `pbArch` keywords as well as the various `{source,depends,…}_$arch` to the list of `srcInfoField`s for `.SRCINFO`. [1] https://rfc.archlinux.page/0002-march/
-
- Mar 16, 2024
-
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
- Mar 10, 2024
-
-
Daniel M. Capella authored
Presuming splitting mlocate calls into multiple invocations slows it down.
-
Daniel M. Capella authored
For some reason I am getting a different sorting from the `find` command, so just sort to make it easier on the eyes and future diffs.
-
Daniel M. Capella authored
#125: pacdiff: Be compatible with plocate Closes #125 See merge request !45
-
Daniel M. Capella authored
Adapt PKGBUILD.vim to the recent switch to SPDX identifiers for the license array See merge request !46
-
- Feb 16, 2024
-
- Feb 02, 2024
-
-
Tilman Blumenbach authored
-
- Jan 29, 2024
-
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
Fix: Remove color code from the "updates" array when using the --download option Closes #124 See merge request !44
-
Robin Candau authored
When using the "Color" option in `pacman.conf`, the "updates" array is now generated with color codes (as introduced in [53c94a04](53c94a04)). This change broke the `--download` option as the heading color code before the name of the packages in the array prevents pacman from finding them. This commit aims to fix that by removing the heading color code in front of the packages name in the array before trying to download them via pacman, when the "Color" option is set in `pacman.conf`. Fixes #124
-
- Jan 27, 2024
-
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
pacscripts: Fix glob Closes #123 See merge request !43
-
- Jan 25, 2024
-
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
- Jan 19, 2024
-
-
Daniel M. Capella authored
Checkupdates: Preserve pacman colors when printing the list of pending updates See merge request !42
-
-
- Jan 04, 2024
-
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
Fixes #121 Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
- Jan 03, 2024
-
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
- Dec 27, 2023
-
-
Daniel M. Capella authored
Add the -c/--change option to checkupdates which only watch for new available updates since the last run Closes #29 See merge request !40
-
- Dec 13, 2023
-
-
Robin Candau authored
Add the -c/--change option to checkupdates: only print new available updates since the last "--change" run
-
- Nov 26, 2023
-
-
Daniel M. Capella authored
Rename testing repo to core-testing in paclist's examples See merge request !39
-
-
- Oct 25, 2023
-
-
Daniel M. Capella authored
For some reason could not make `gcc` happy applying `FORTIFY_SOURCE` via `AM_CPPFLAGS`. Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-