python-flake8-polyfill on master ❯ read -r target repo commit < <(sed -n '/source.git/{s/source = (.)::git+(.)#commit=(.)/\1\t\2\t\3/;p}' .SRCINFO)
python-flake8-polyfill on master ❯ git clone "$repo" "$target" Cloning into 'python-flake8-polyfill'... remote: Enumerating objects: 181, done. remote: Counting objects: 100% (40/40), done. remote: Compressing objects: 100% (11/11), done. remote: Total 181 (delta 36), reused 30 (delta 29), pack-reused 141 Receiving objects: 100% (181/181), 57.09 KiB | 1.21 MiB/s, done. Resolving deltas: 100% (75/75), done.
python-flake8-polyfill on master [?] ❯ git show "$commit" fatal: bad object b98e6f4f6cc90334f4d7040745aee91b4021cc42
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.