You are not logged in.
Hello!
https://aur.archlinux.org/packages/claude-code
The package doesn’t deliver the git HEAD when I download the snapshot (tar.gz). The head is pointing at 2.1.132 but both the snapshot and tree (tab in cgit) show a pkgver of 2.1.119?
https://aur.archlinux.org/cgit/aur.git/ … laude-code
https://aur.archlinux.org/cgit/aur.git/ … 1a689aaff9
I was curious and cloned the repo, the repo uses master as branch name (as it should) and the HEAD points at 83d0108 (at time of writing). Not git tags are used. Therefore I expect 2.1.132 as pkgver. The SRCINFO is also updated.
I’m missing here a special trick or setting for AUR maintainers?
Thank you
PS: I asked claude-code what it thinks about the discrepancy. It started to guess and was sure that it is a caching issue of my webbrowser. It not a caching issue of my webbrowser. I also used wget to fetch the snapshot (tar.gz).
Last edited by hoschi (2026-05-07 14:53:39)
Offline
https://aur.archlinux.org/cgit/aur.git/ … de-code#n4
https://aur.archlinux.org/cgit/aur.git/ … e-code#n24
It fetches that specific version, seems the SRCINFO was updated but the PKGBUILD wasn't?
Offline
They didn’t modified the .SRCINFO between ba74cb6 and fd91f97. But that shall not cause further issues now?
Offline
I guess I misunderstood your OP.
Last commit and HEAD is https://aur.archlinux.org/cgit/aur.git/ … 1a689aaff9 -
https://aur.archlinux.org/cgit/aur.git/ … 1a689aaff9 has the proper version, not sure why https://aur.archlinux.org/cgit/aur.git/ … laude-code looks different.
Cloning the package actually gets me "pkgver=2.1.132" in HEAD checkout.
2.1.119 was set in
commit 542c547a53a4e77f2874ec66399d3d3860778ab3
Author: Christopher Cooper
Date: Thu Apr 23 16:50:37 2026 -0700
update to 2.1.119but the head is c2de3b972e42d51b1a8e77a4bdb81b36be05257e and the author is listed as " github-actions[bot]" so possibly caused by https://github.com/marketplace/actions/aur-update
Offline