You are not logged in.
I tryed to compile pyflakes from AUR yesterday, and it had a `source=(http://divmod.org/trac/attachment/wiki/SoftwareReleases/$pkgname-$pkgver.tar.gz?format=raw LICENSE)` the problem is that makepkg checks for "$pkgname-$pkgver.tar.gz?format=raw" and the file name is "$pkgname-$pkgver.tar.gz", any fix for that? - I just removed "?format=raw" and it worked, but the author must had a reason for that parameter
Last edited by hack.augusto (2010-11-24 18:17:21)
Offline
try sources=($pkgname-$pkgver.tar.gz::http://divmod.org/trac/attachment/wiki/SoftwareReleases/$pkgname-$pkgver.tar.gz?format=raw)
Give what you have. To someone, it may be better than you dare to think.
Offline
I wrapped it with double quotes and it worked
, I've also added a note on the wiki page.
thanks
Offline
The PKGBUILD man page has all sorts of tips like this. Definitely worth a read!
Offline