On Thu, May 5, 2011 at 3:44 AM, Wieland Hoffmann <themineo@googlemail.com>wrote:
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
Oh, that's cool, I didn't know that. That should do the trick, thanks :) I'll probably end up readopting fixing it up over the weekend then, assuming I have time.