- Mar 24, 2025
-
-
Daniel M. Capella authored
Signed-off-by:
Daniel M. Capella <polyzen@archlinux.org>
-
- Mar 23, 2025
-
-
Daniel M. Capella authored
Do not generate progress bars, they get sent straight to `/dev/null`. Partially addresses #134
-
- Mar 22, 2025
-
-
Daniel M. Capella authored
Signed-off-by:
Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
Closes #25 Closes #122 Co-authored-by:
matt quintanilla <mattquintanilla45@gmail.com> Signed-off-by:
Daniel M. Capella <polyzen@archlinux.org>
-
- Mar 21, 2025
-
-
Daniel M. Capella authored
vim: syntax: Add loong64 architecture See merge request !58
-
Daniel M. Capella authored
` +` was not enough to get a "hard line break" between the examples in `pacscripts.8.adoc`. CBA to make it work when I'd rather port to Markdown. 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
Signed-off-by:
Daniel M. Capella <polyzen@archlinux.org>
-
- Mar 20, 2025
-
-
Wu Xiaotian authored
There is an Arch Linux distro that uses the `loong64` architecture[1]. This patch adds "loong64" to the list of allowed `pbArch` keywords and adds various `{source,depends,…}_$arch` to the list of `.SRCINFO`'s `srcInfoField`. [1] https://rfc.archlinux.page/0032-arch-linux-ports/ Signed-off-by:
Xiaotian Wu <yetist@gmail.com>
-
- Mar 17, 2025
-
-
Daniel M. Capella authored
Standardizing on `type -p sudo` use should make it easier to use sudo alternatives. (IIRC this was requested a long time ago via email, but that email went poof.) Signed-off-by:
Daniel M. Capella <polyzen@archlinux.org>
-
- Mar 15, 2025
-
-
Daniel M. Capella authored
-
- Feb 27, 2025
-
-
Daniel M. Capella authored
Lint with typos See merge request !56
-
Daniel M. Capella authored
- Rename lint-workflow to changes-workflow. typos is a linting workflow, but should run for all files. - Move around a couple sections. 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
For clangd, and perhaps others. 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
Signed-off-by:
Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
https://github.com/crate-ci/typos - Commit hash is ugly to specify, but: - So far it's the only false-positive of its kind encountered here, so a regex seems like a waste of compute unless this becomes more common. - Git commit ID's could be entirely all letters or all numbers. 8-char short ID's are used, so a regex to match all Git hashes would match all 8-char words or numbers. - Line/Block-based ignores currently require a regex: https://github.com/crate-ci/typos/issues/316 - "Layered config" could be used once implemented, further reducing the scope of these ignored identifiers: https://github.com/crate-ci/typos/issues/193 - typos-lsp always checks all files, so file-based ignore is out the window. Signed-off-by:
Daniel M. Capella <polyzen@archlinux.org>
-
- Feb 26, 2025
-
-
Daniel M. Capella authored
Fix typo See merge request !55
-
- Feb 25, 2025
-
-
Diego Viola authored
Signed-off-by:
Diego Viola <diego.viola@gmail.com>
-
- Feb 01, 2025
-
-
Daniel M. Capella authored
Signed-off-by:
Daniel M. Capella <polyzen@archlinux.org>
-
Daniel M. Capella authored
vim: syntax: Allow array in pkgname See merge request !54
-
Daniel M. Capella authored
paccache: Support passing extra arguments to the paccache service from a "config" file Closes #133 See merge request !53
-
Daniel M. Capella authored
Update the possible options of the options array in PKGBUILD.vim See merge request !52
-
- Jan 12, 2025
-
-
Yao Zi authored
Current syntax consider an array of names invalid in pkgname, but it's actually used for split packages. Let's allow '(', ')' and space in pkgname. We'll lose checks for spaces around the equal sign, but it doesn't exist on other properties, either. Signed-off-by:
Yao Zi <ziyao@disroot.org>
-
- Dec 31, 2024
-
-
Robin Candau authored
Add the generic `pacman-contrib` "config" file under `/etc/conf.d` (so it can be used for other purposes than `paccache` in the future), allowing to pass extra arguments to the paccache service via the "PACCACHE_ARGS" environment variable. Closes #133
-
- 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>
-