summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarshit Shah2015-11-01 21:37:34 +0100
committerDarshit Shah2015-11-01 21:39:25 +0100
commitcb7d6fecc9d24408358fadbaedeffd596891133d (patch)
treef601fed1a7c744e8bcbabdc7f8fb37beafbe89c7 /PKGBUILD
parentfd22322f190407d7d7dae04f2309432846ddf116 (diff)
downloadaur-cb7d6fecc9d24408358fadbaedeffd596891133d.tar.gz
Update to p137. Add --convert-file-only option
commit 71979f16430eb6a8efb89040655c6aca0e8e5854 Author: Tim Rühsen <tim.ruehsen@gmx.de> Date: Thu Oct 15 21:09:59 2015 +0200 Adjust indentation of --no-use-server-timestamps in help output * src/main.c: Adjust indentation of --no-use-server-timestamps commit 4ad201a7e70d973846a39c09c137dd02dd0d3d48 Author: Ander Juaristi <ajuaristi@gmx.es> Date: Tue Sep 22 21:10:38 2015 +0200 Added --convert-file-only option * src/convert.c (convert_links_in_hashtable, convert_links): test for CO_CONVERT_BASENAME_ONLY. (convert_basename): new function. * src/convert.h: new constant CO_CONVERT_BASENAME_ONLY. * src/init.c, src/main.c, src/options.h: new option "--convert-file-only". * doc/wget.texi: updated documentation. Reviewed-by: Gabriel Somlo <somlo@cmu.edu> commit 3608c3001ceadfed6fbfa6243d0c6fae88b669e8 Author: Darshit Shah <darnir@gmail.com> Date: Sun Oct 11 00:37:01 2015 +0530 Fix Test-ftp-pasv-not-supported.px * tests/Test-ftp-pasv-not-supported.px: We do *NOT* expect any downloaded files. Also, do not negate the Test response. The test originally expected a downloaded file, but this is not true. As a result, the test would fail and return exit code 1. This was presumably the reason why the test result was negated before returning to the shell. Fix this issue, so that the test runs correctly without any hacks. commit d484b141742b012b60cd05cdd9466fc58c832106 Author: Darshit Shah <darnir@gmail.com> Date: Mon Sep 28 20:53:48 2015 +0530 Fix make distcheck failures in Perl SSL Tests * tests/Makefile.am: Add valgrind-suppressions-ssl to EXTRA_DIST * tests/Test-proxied-https-auth-keepalive.px: Find valgrind in correct path during make distcheck * tests/Test-proxied-https-auth.px: Same commit b8ee3705713f53352966630c85d06f491c03c480 Author: christian fafard <cfaf@hotmail.com> Date: Mon Oct 12 09:50:18 2015 +0200 Skip HTTPS perl tests if IO::Socket::SSL not installed * tests/Test-proxied-https-auth-keepalive.px: Skip test if perl module IO::Socket::SSL is not installed (trivial change). * tests/Test-proxied-https-auth.px: Skip test if perl module IO::Socket::SSL is not installed (trivial change).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d06c4c041a3..c5327f5f030b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_gitname=wget
pkgname=$_gitname-git
-pkgver=1.16.3.r132.gf5a63e3
+pkgver=1.16.3.r137.g71979f1
pkgrel=1
pkgdesc="A network utility to retrieve files from the Web"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/wget/wget.html"
license=('GPL3')
-depends=('libutil-linux' 'gnutls' 'libidn' 'libpsl>=0.7.1-3' 'libmetalink' 'gpgme')
+depends=('libutil-linux' 'gnutls' 'libidn' 'libpsl>=0.7.1-3' 'gpgme')
optdepends=("ca-certificates: HTTPS Downloads")
checkdepends=('perl' 'perl-http-daemon' 'perl-io-socket-ssl' 'python')
makedepends=('git' 'perl' 'rsync')