Can't reproduce -- can you post the output of
read -r target repo commit < <(sed -n '/source.*git/{s/source = \(.*\)::git+\(.*\)#commit=\(.*\)/\1\t\2\t\3/;p}' .SRCINFO)
git clone "$repo" "$target"
git show "$commit"
The commit should be
commit b98e6f4f6cc90334f4d7040745aee91b4021cc42 (HEAD -> main, origin/main, origin/HEAD)
Merge: 5321277 821f15d
Author: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
Date: Mon Apr 11 19:40:26 2022 -0500
Merge pull request #20 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Pinned Comments
gesh commented on 2024-03-27 12:35 (UTC)
Pushed the update, however it broke the build, so I backported a few of the fixes from the Github repo. To ease future maintenance, the last commit effectively turns this into a -git package to pull in the automatic fixes published by Github. This isn't necessary for most usecases -- if the PKGBUILD looks intimidatingly complex to you, you can always
git checkout master^
to use the conceptually-simpler backport.