archlinux / asp

Arch Build Source Management Tool
MIT License
292 stars 33 forks source link

Cannot checkout 'any' packages in 'community' #32

Closed andreasbaumann closed 4 years ago

andreasbaumann commented 4 years ago

asp export community/python-tomlkit results in:

error: package 'python-tomlkit' not found in repo 'community-x86_64'

python-tomlkit only has a 'repos/trunk' and a 'repos/community-any'

Same happens for 'extra' (example 'asp export extra/perl-http-date').

falconindy commented 4 years ago

asp -a any export community/python-tomlkit is a workaround. asp should probably treat "any" as a wildcard, though.