diff options
Diffstat (limited to 'abs/core/wget/PKGBUILD')
-rw-r--r-- | abs/core/wget/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/wget/PKGBUILD b/abs/core/wget/PKGBUILD index fa01ffb..65fd903 100644 --- a/abs/core/wget/PKGBUILD +++ b/abs/core/wget/PKGBUILD @@ -2,18 +2,18 @@ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=wget -pkgver=1.19.4 -pkgrel=1 +pkgver=1.20.1 +pkgrel=3 pkgdesc='Network utility to retrieve files from the Web' url='https://www.gnu.org/software/wget/wget.html' arch=('x86_64') license=('GPL3') -depends=('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=('2fc0ffb965a8dc8f1e4a89cbe834c0ae7b9c22f559ebafc84c7874ad1866559a' +sha256sums=('0f63e84dd23dc53ab3ab6f483c3afff8301e54c165783f772101cdd9b1c64928' 'SKIP') validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA' '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6' |