summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-11-11python-museval v0.4.1; chasing commit hashClaudia Pellegrino
Usually, I’m not willing to chase upstream commit hashes due to the additional maintenance burden involved. Making an exception for now as long as untagged upstream releases aren’t going to be the norm.
2024-04-28Bump pkgrel for Python 3.12Claudia Pellegrino
2024-03-06Fix failing patches when using `makepkg` directlyClaudia Pellegrino
Typically, `${srcdir}` is below the AUR worktree when building the package. In that case, the `git apply` command skips patching but still returns an exit code of 0, causing patches to be silently skipped. This may not happen when using AUR helpers such as aurutils (`aur build -c`) to build inside a clean chroot. But in the common case (using `makepkg` directly), it does. Fix the issue by temporarily creating a Git repository inside the extracted source tree before running `git apply`. Thanks to users @Henry-ZHR and @Potajito for their bug reports and guidance.
2024-03-05Update compatibility patches (now mainlined)Claudia
2023-05-10Apply numpy compatibility patch, skip failing testClaudia
2022-12-02python-museval 0.4.0Claudia Pellegrino