[aur-general] Package Removal Request: glc
Kwpolska
kwpolska at gmail.com
Tue May 3 12:27:46 CEST 2011
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
-------------- next part --------------
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')
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://mailman.archlinux.org/pipermail/aur-general/attachments/20110503/94cbe169/attachment.asc>
More information about the aur-general
mailing list