Files
Arch-R/scripts
Douglas Teles 2bb9ebb50a gen-pacman-repo: fall back to dirname when PKG_VERSION is a shell expr
awk -F'"' '/^PKG_VERSION/ ...' pulls the literal string out of the
package.mk, but a handful of packages set their version dynamically:

    PKG_VERSION="$(get_pkg_version gstreamer)"

The build system resolves that at build time and the install_pkg dir
ends up correctly named (gst-libav-1.27.1/). The packager, though, was
storing the raw "$(get_pkg_version gstreamer)" string, which then
went through the charset filter and became ".get_pkg_version.gstreamer."
in the asset name. Five packages slipped through in the first
repo-dev release with broken names (gst-libav, gst-plugins-good,
vitaquake2-{rogue,xatrix,zaero}-lr).

Detect any '$(' or '${' in the version string and treat it as
"unresolved", which trips the existing dirname-suffix fallback.
27 ArchR packages use this pattern; the fix covers all of them.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-24 00:32:18 -03:00
..
2024-07-06 13:09:20 +02:00
2020-02-10 08:53:39 +01:00
2026-03-20 11:36:42 -03:00
2026-03-18 17:32:41 -03:00
2026-03-23 14:19:12 -03:00
2024-07-06 13:09:20 +02:00
2026-03-18 17:32:41 -03:00
2025-02-03 07:04:59 -05:00
2025-02-03 07:04:59 -05:00
2025-07-13 19:02:39 +01:00
2025-02-03 07:04:59 -05:00
2024-07-06 13:09:20 +02:00
2019-07-09 00:05:25 +01:00
2026-03-18 17:32:41 -03:00
2025-07-13 19:02:39 +01:00
2024-07-06 13:09:20 +02:00
2025-05-11 18:04:57 -04:00
2024-07-06 13:09:20 +02:00
2025-02-03 07:04:59 -05:00
2026-03-18 17:32:41 -03:00
2026-03-18 17:32:41 -03:00