Date: Tuesday, December 18, 2018 @ 19:48:29 Author: anthraxx Revision: 342528
upgpkg: wget 1.20-1 Modified: wget/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-18 19:45:23 UTC (rev 342527) +++ PKGBUILD 2018-12-18 19:48:29 UTC (rev 342528) @@ -2,18 +2,18 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=wget -pkgver=1.19.5 +pkgver=1.20 pkgrel=1 pkgdesc='Network utility to retrieve files from the Web' url='https://www.gnu.org/software/wget/wget.html' arch=('x86_64') license=('GPL3') -depends=('glibc' 'gnutls' 'libidn' 'libutil-linux' 'libpsl' 'pcre') +depends=('glibc' 'gnutls' 'libidn2' 'libutil-linux' 'libpsl' 'pcre2') checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig}) -sha256sums=('29fbe6f3d5408430c572a63fe32bd43d5860f32691173dfd84edc06869edca75' +sha256sums=('b0b80f565ac27f5e56c847431c75b4f8fcb31af9dad2bf5ce947d89651f3681e' 'SKIP') validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA' '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'
