Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch Linux: Sources provided by brace expansion fail to download #27

Open
jonathonf opened this issue Oct 6, 2019 · 0 comments
Open

Comments

@jonathonf
Copy link

A very common pattern for Arch PKGBUILD files is to use brace expansion in the source listing, e.g.:

source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})

download_files parses this as a single download URL and so fails to download either the archive or its signature.

I presume it's related to this line:

for url in `perl -I/usr/lib/build -MBuild -e Build::show $default_config "$i" sources` `perl -I/usr/lib/build -MBuild -e Build::show $default_config "$i" patches`; do

so this might actually be an issue with the "Build" Perl module...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant