- Feb 28, 2025
-
- Feb 06, 2025
-
- Oct 31, 2024
-
- Jun 14, 2024
-
- May 10, 2024
-
- Apr 24, 2024
-
- Mar 01, 2024
-
-
Pekka Ristola authored
The `r 4.3.3-1` package incorrectly provides `do`, because the DESCRIPTION file for bundled `Matrix` package contains lines ``` Version: 1.6-5 VersionNote: do also bump src/version.h, inst/include/Matrix/version.h ``` and the `grep Version` in `PKGBUILD` matches both of these, picking the word `do` from the second line. This patch fixes the issue by adding a colon to the end of the regexp, making it similar to the `Package:` regexp that already had a colon. Other minor improvements in this patch: - Prefix both regexps with `^` to make them match only at the start of a line, making them more robust as these strings could appear inside other fields in the file. - Do lowercase conversion of the package name using the `${parameter,,}` bash syntax instead of using `tr`. This makes the code simpler and more readable. - When replacing dashes with dots in the versions, use two slash characters instead of one in the bash pattern substitution (`${_ver//-/.}`). This replaces all dashes instead of just the first one, making it more robust as technically the version could contain more dashes.
- Feb 29, 2024
-
- Feb 13, 2024
-
-
Antonio Rojas authored
-
- Feb 10, 2024
-
-
Antonio Rojas authored
Fixes #1
-
- Dec 17, 2023
-
- Dec 11, 2023
-
- Oct 31, 2023
-
- Jun 18, 2023
-
-
Antonio Rojas authored
-
- Jun 16, 2023
-
- Jun 05, 2023
-
-
Antonio Rojas authored
-
- Apr 21, 2023
-
- Mar 16, 2023
-
- Jan 03, 2023
-
- Oct 31, 2022
-
- Oct 21, 2022
-
- Jul 05, 2022
-
- Jun 23, 2022
-
- May 26, 2022
-
- May 09, 2022
-
- May 03, 2022
-
-
Antonio Rojas authored
-
- May 02, 2022
-
-
Antonio Rojas authored
Add -ffat-lto-objects to CFLAGS. Not strictly needed for r itself, but it is inherited by third-party packages (FS#74609)
-
- Apr 22, 2022
-