Closed igor9silva closed 8 years ago
Does it work as expected if you build with makepkg -s
Yes, it does.
OK... something jacked-up with your AUR helper. They seem to be troublesome with more and more packages. Anyway, glad you have it working. Enjoy.
Hi,
I'm receiving this error:
When trying to install via yaourt (
yaourt -S xscreensaver-aerial
).I've tried removing
b3-2.mov
from the PKGBUILD then the error occurs onb3-3.mov
and so on.If I manually curl the file I can download it normally, as well trough the browser.
As I know, this error occurs when a piped program closes the read stream before it has finished downloading
(e.g. curl "URL" -o "FILE" | grep "a", will fail when grep finds 'a')
.Any idea?