state repostitory contains files with wrong syntax
Description: See https://bugs.archlinux.org/task/79507
https://repos.archlinux.org/git/state revision d7fee1557191868df4b1dc8fd7bf51eccd237f0f (current main) contains several references to packages, that do not have a git revision:
$ git remote -v
origin https://repos.archlinux.org/git/state (fetch)
origin https://repos.archlinux.org/git/state (push)
$ git rev-parse main
7fee1557191868df4b1dc8fd7bf51eccd237f0f
$ git archive main | tar -Ox | grep -v ' [0-9a-f]{40}$'
python-pylink-square 1.2.0-1 1.2.0-1 1.2.0-1
python-shtab 1.6.4-1 1.6.4-1 1.6.4-1
gitlab-pages 16.2.4-1 16.2.4-1 16.2.4-1
android-tools 34.0.1-3 34.0.1-3 34.0.1-3
deepin-qt5platform-plugins 5.6.12-1 5.6.12-1 5.6.12-1
dhall-lsp-server 1.1.2-113 1.1.2-113 1.1.2-113
dice 0.1.1-18 0.1.1-18 0.1.1-18
electron25 25.6.0-1 25.6.0-1 25.6.0-1
git-warp-time 0.4.11-2 0.4.11-2 0.4.11-2
haskell-brick 1.5-21 1.5-21 1.5-21
haskell-cabal-install-parsers 0.4.2-225 0.4.2-225 0.4.2-225
haskell-chunked-data 0.3.1-231 0.3.1-231 0.3.1-231
haskell-constraints 0.13.4-29 0.13.4-29 0.13.4-29
haskell-crypto-pubkey-types 0.4.3-314 0.4.3-314 0.4.3-314
haskell-curve25519 0.2.7-29 0.2.7-29 0.2.7-29
haskell-doctemplates 0.11-26 0.11-26 0.11-26
haskell-doctest-driver-gen 0.3.0.7-2 0.3.0.7-2 0.3.0.7-2
haskell-fingertree 0.1.5.0-49 0.1.5.0-49 0.1.5.0-49
haskell-hackage-security 0.6.2.3-42 0.6.2.3-42 0.6.2.3-42
haskell-here 1.2.13-345 1.2.13-345 1.2.13-345
haskell-io-streams 1.5.2.2-29 1.5.2.2-29 1.5.2.2-29
haskell-json 0.10-132 0.10-132 0.10-132
haskell-libbf 0.6.5.1-23 0.6.5.1-23 0.6.5.1-23
haskell-lifted-base 0.2.3.12-247 0.2.3.12-247 0.2.3.12-247
haskell-mutable-containers 0.3.4.1-45 0.3.4.1-45 0.3.4.1-45
haskell-numbers 3000.2.0.2-26 3000.2.0.2-26 3000.2.0.2-26
haskell-recv 0.1.0-9 0.1.0-9 0.1.0-9
haskell-refinery 0.4.0.0-138 0.4.0.0-138 0.4.0.0-138
haskell-status-notifier-item 0.3.1.0-77 0.3.1.0-77 0.3.1.0-77
haskell-storable-tuple 0.1-5 0.1-5 0.1-5
haskell-websockets 0.12.7.3-82 0.12.7.3-82 0.12.7.3-82
haskell-witch 1.1.6.1-6 1.1.6.1-6 1.1.6.1-6
kdelibs4support 5.109.0-1 5.109.0-1 5.109.0-1
kholidays 1:5.109.0-1 1-5.109.0-1 1-5.109.0-1
libopenmpt 0.7.2-1 0.7.2-1 0.7.2-1
soft-serve 0.5.4-1 0.5.4-1 0.5.4-1
syndication 5.109.0-1 5.109.0-1 5.109.0-1
qt6-tools 6.6.0beta3-1 6.6.0beta3-1 6.6.0beta3-1
note, that the 4th column should be a git hash:
$ git archive main -- core-x86_64/glibc | tar -Ox
glibc 2.38-3 2.38-3 533b85025a3712175e0037f1d8e05fc193f207db
Edited by Levente Polyak