23 Sep
2011
23 Sep
'11
3:54 a.m.
I took over the maintenance of hoh. The problem is that makepkg uses wget to download the sources, but wget gets disabled upstream via .htaccess. I contacted the author, he said, he has no sufficient permissions to change this on the webserver where the files are hosted. The previous AUR maintainer of hoh solved this issue simply by hosting the file on his site (which is allowed, settled through email with the author). Spoofing the user-agent in with 'wget --user-agent' or using curl works ok. My question is, what is the recommended way now. Should I host the file somewhere, or should I modify the PKGBUILD so that it downloads and unpacks the source manually, or is there another way I overlooked?