diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-02-21 22:34:50 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-02-21 22:34:50 (GMT) |
commit | bb5154e6f9be74e80f4e7c641766b47fe812c7a4 (patch) | |
tree | ca68933a740b40c3ba52687f04d8dcb1504bb701 | |
parent | 6e70df83dc351d3f4343c6b7452554487df8c699 (diff) | |
download | linhes_pkgbuild-bb5154e6f9be74e80f4e7c641766b47fe812c7a4.zip linhes_pkgbuild-bb5154e6f9be74e80f4e7c641766b47fe812c7a4.tar.gz linhes_pkgbuild-bb5154e6f9be74e80f4e7c641766b47fe812c7a4.tar.bz2 |
wget: update to 1.20
-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' |