5 May
2011
5 May
'11
10:44 a.m.
Hello, Austin Beatty:
I don't think the problem is related to the https, the problem is that it saves the files just called "stable" rather than glc.tar.gz or whatever, and since I need to have multiple files and it wants to save them all to the file, it doesn't work. Yeah, I could get all hacky and not put the files under sources and manually download them with wget and the -O option, but that's not ideal and I honestly don't care anymore at this point. Thanks for the tip though.
You can specify a filename in the source array. man PKGBUILD:
source=('filename::url')
-- Wieland