archlinux / asp

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

Can't seem to download PKGBUILDs from community repo #2

Closed ghost closed 10 years ago

ghost commented 10 years ago
$ asp export mpv
error: unknown package: mpv
$ asp export community/mpv
error: unknown package: mpv

At the top of asp I see ARCH_GIT_REPOS=(packages community), so I assume that fetching from community is supported. I've tried with other packages, and using checkout instead but no luck.

edit: it might be worth mentioning asp list-all yields packages from community

$ asp list-all | grep mpv
community/mpv
falconindy commented 10 years ago

Weird, I could replicate this with mpv, but not with docker. And the code seems to say that it shouldn't have worked with either...

Fixed at HEAD. Thanks for the report!