Skip to content
Snippets Groups Projects
  1. Mar 24, 2025
  2. Mar 23, 2025
  3. Mar 22, 2025
  4. Mar 21, 2025
  5. Mar 20, 2025
  6. Mar 17, 2025
  7. Mar 15, 2025
  8. Feb 27, 2025
  9. Feb 26, 2025
  10. Feb 25, 2025
  11. Feb 01, 2025
  12. Jan 12, 2025
    • Yao Zi's avatar
      vim: syntax: Allow array in pkgname · cd3e2fb4
      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: default avatarYao Zi <ziyao@disroot.org>
      cd3e2fb4
  13. Dec 31, 2024
  14. Oct 30, 2024
  15. Sep 18, 2024
  16. Sep 03, 2024
  17. Jun 27, 2024
  18. May 10, 2024
  19. Apr 05, 2024
    • Justin Gassner's avatar
      Revert 'printf' lint for the pacscripts script · 5dc11d0a
      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.
      5dc11d0a
  20. Apr 02, 2024
  21. Mar 21, 2024
  22. Mar 16, 2024
Loading