Date: Monday, February 26, 2018 @ 00:20:42 Author: anthraxx Revision: 317530
upgpkg: wget 1.19.4-2 (libpsl rebuild) Modified: wget/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-26 00:19:35 UTC (rev 317529) +++ PKGBUILD 2018-02-26 00:20:42 UTC (rev 317530) @@ -3,12 +3,12 @@ pkgname=wget pkgver=1.19.4 -pkgrel=1 +pkgrel=2 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' 'libidn' 'libutil-linux' 'libpsl' 'pcre') checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc')
