summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-06-02fix: constant rebuilds with advanced AUR helperskj_sh604
it was reported to me that on paru when the "Devel" option is enabled the grep-compat gets constantly rebuilt due to gnulib having daily commits. I've considered the following: * just add a #commit=073f99896898b757c7c2cdcff82cfedb440346f6 at the end of the gnulib url * revert the package back to how it was written with 3.12-1 (which was based on how the Official Arch Repo\'s grep 3.11-1 PKGBUILD was written) I've decided to go with the second option due to faster build times (pulling the gnulib and grep git repos can take a long time) and being more in-line with upstream/vanilla GNU grep
2025-05-12upgpkg: 3.12-2: rebuild with upstream fixkj_sh604
derived from: https://gitlab.archlinux.org/archlinux/packaging/packages/grep/-/commit/705f9fd546210053656dd632758bdf25cf1b266c
2025-04-11upgpkg: 3.12-1kj_sh604
2024-06-29feat: add `grep-compat` build to AURkj_sh604