Commit 2e15c0c
fix(test): CRLF-proof the AUR packaging guard on Windows CI
git's autocrlf checkout gave PKGBUILD/.SRCINFO CRLF endings on the Windows
runners, so the $-anchored pkgver regex failed ("PKGBUILD must declare a
semver pkgver"). Normalize \r in the test and pin packaging/aur/* to LF
via .gitattributes — makepkg/bash need LF there regardless.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GpEAzmp4bQ5LDSW5ucuXk71 parent 682b181 commit 2e15c0c
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments