diff options
author | Darshit Shah | 2015-11-12 23:29:44 +0100 |
---|---|---|
committer | Darshit Shah | 2015-11-12 23:29:44 +0100 |
commit | 1e3c31cd49f8d441f6fd14b086fc29c2b902c4c9 (patch) | |
tree | 92c9cfe95335206965e058de3c48f3bb13f2768e /PKGBUILD | |
parent | cb7d6fecc9d24408358fadbaedeffd596891133d (diff) | |
download | aur-1e3c31cd49f8d441f6fd14b086fc29c2b902c4c9.tar.gz |
Update to p140. Fix issue with downloading during --spider
commit b0416584510ab761327d2f26e0fc0bfbffd77ad8
Author: Tim Rühsen <tim.ruehsen@gmx.de>
Date: Tue Nov 3 15:12:11 2015 +0100
Document combination of -nc and -O
Fixes #46359
commit 6cdfc9c1438fe9bcea6bc5d1d20631c026176b2e
Author: Tim Rühsen <tim.ruehsen@gmx.de>
Date: Tue Aug 25 16:00:39 2015 +0200
Do not download/save file on error when --spider enabled
* src/http.c (gethttp,http_loop):
Do not download/save file on error when --spider is enabled and not
working recursive.
Reported-by: Сковорода Никита Андреевич chalkerx@gmail.com
Fixes #45821
commit b14eeb5aeeae709b73dba39d8439e0d46c4f10a0
Author: Tim Rühsen <tim.ruehsen@gmx.de>
Date: Tue Oct 27 13:13:54 2015 +0100
Fix URL conversion for colons in filenames
* src/convert.c (construct_relative): Prepend './' to filename
* tests/Test-k.px: Amend test to succeed
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ _gitname=wget pkgname=$_gitname-git -pkgver=1.16.3.r137.g71979f1 +pkgver=1.16.3.r140.gb041658 pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" arch=('i686' 'x86_64') |