From 8821f4948b460a8b5a4921ea45b5c9b450968022 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sun, 6 Apr 2014 00:00:00 +0000 Subject: wget: update to 1.15 --- abs/core/wget/PKGBUILD | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/abs/core/wget/PKGBUILD b/abs/core/wget/PKGBUILD index 9b12440..d218e4e 100644 --- a/abs/core/wget/PKGBUILD +++ b/abs/core/wget/PKGBUILD @@ -1,36 +1,43 @@ -# $Id: PKGBUILD 169712 2012-10-27 01:52:51Z stephane $ -# Maintainer: Allan McRae -# Contributor: Judd Vinet +# $Id$ +# Maintainer: Eric BĂ©langer pkgname=wget -pkgver=1.14 -pkgrel=2 +pkgver=1.15 +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=('openssl' 'libidn' 'pcre' 'util-linux') +depends=('openssl' 'libidn' 'util-linux') +checkdepends=('perl-http-daemon' 'perl-io-socket-ssl') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') install=wget.install source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) -md5sums=('316f6f59292c9098ad81fd54f658c579' - '3e121933d69f32fa58776bff76bcebd0') +sha1sums=('e9fb1d25fa04f9c69e74e656a3174dca02700ba1' + 'SKIP') -build() { +prepare() { cd "${srcdir}/${pkgname}-${pkgver}" + cat >> doc/sample.wgetrc <> "$pkgdir/etc/wgetrc" <