Date: Sunday, February 12, 2017 @ 20:04:50 Author: arojas Revision: 288765
Update to 1.19.1 Modified: wget/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-12 19:59:22 UTC (rev 288764) +++ PKGBUILD 2017-02-12 20:04:50 UTC (rev 288765) @@ -2,18 +2,18 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=wget -pkgver=1.19 +pkgver=1.19.1 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' 'libutil-linux' 'libpsl') +depends=('openssl' 'libidn' 'libutil-linux' 'libpsl' 'pcre') checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) -sha1sums=('38757ecc4e61adcaf7ad0cd64a5180d7d310fe16' +sha1sums=('cde25e99c144191644406793cbd1c69c102c6970' 'SKIP') validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA' '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <[email protected]>
