On Mon, May 02, 2011 at 08:35:12PM -0700, Austin Beatty wrote:
> Okay I found that, but the PKGBUILD doesn't like to use that because wget
> and the redirection used in those URLs just kinda screws everything up

The default URL is `https', which has `--no-check-certificate' in makepkg.conf.
However, you always can patch makepkg.conf to include it for http, which is
redirected to https (a patch is attached).

-- 
Cheers,
-- Kwpolska (http://kwpolska.co.cc)
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
diff --git a/makepkg.conf b/makepkg.conf
index ccb6b05..bbc02b4 100644
--- a/makepkg.conf
+++ b/makepkg.conf
@@ -9,7 +9,7 @@
 #-- The download utilities that makepkg should use to acquire sources
 #  Format: 'protocol::agent'
 DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
-          'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
+          'http::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O 
%o %u'
           'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate 
-O %o %u'
           'rsync::/usr/bin/rsync -z %u %o'
           'scp::/usr/bin/scp -C %u %o')

Attachment: pgp2D9Q1366CP.pgp
Description: PGP signature

Reply via email to