Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
openucx
Commits:
f5ea0f40 by Felix Yan at 2026-03-05T20:57:00+01:00
Fix source URL to use correct tag format
GitHub tags include 'v' prefix, so update source URL to reference
v$pkgver instead of just $pkgver to match upstream tagging convention.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -23,7 +23,7 @@ pkgbase = openucx
provides = libucs.so
provides = libucs_signal.so
provides = libuct.so
- source =
openucx-1.20.0.tar.gz::https://github.com/openucx/ucx/archive/refs/tags/1.20.0.tar.gz
+ source =
openucx-1.20.0.tar.gz::https://github.com/openucx/ucx/archive/refs/tags/v1.20.0.tar.gz
source = ucx-conf.patch
source = c-gnu23.patch
b2sums =
c0f28a2a62801be866fa98775ec4a1b46f97d1e6bafea462306265d620541c7f84c8275419337102be2444c4ff2343e354b99aabc1e242c6ef75d76872d3d59c
=====================================
PKGBUILD
=====================================
@@ -35,7 +35,7 @@ provides=(
libuct.so
)
source=(
-
$pkgname-$pkgver.tar.gz::https://github.com/openucx/$_name/archive/refs/tags/$pkgver.tar.gz
+
$pkgname-$pkgver.tar.gz::https://github.com/openucx/$_name/archive/refs/tags/v$pkgver.tar.gz
ucx-conf.patch
c-gnu23.patch
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openucx/-/commit/f5ea0f407e59612f02201df6785ba82e3c3014ef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openucx/-/commit/f5ea0f407e59612f02201df6785ba82e3c3014ef
You're receiving this email because of your account on gitlab.archlinux.org.