Date: Thursday, January 25, 2018 @ 00:17:48 Author: anthraxx Revision: 315419
upgpkg: wget 1.19.4-1 Modified: wget/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-24 21:49:23 UTC (rev 315418) +++ PKGBUILD 2018-01-25 00:17:48 UTC (rev 315419) @@ -1,21 +1,22 @@ -# $Id$ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> # Maintainer: Eric Bélanger <[email protected]> pkgname=wget -pkgver=1.19.2 +pkgver=1.19.4 pkgrel=1 -pkgdesc="Network utility to retrieve files from the Web" +pkgdesc='Network utility to retrieve files from the Web' +url='https://www.gnu.org/software/wget/wget.html' arch=('x86_64') -url="https://www.gnu.org/software/wget/wget.html" license=('GPL3') depends=('gnutls' 'libidn' 'libutil-linux' 'libpsl' 'pcre') 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.gz{,.sig}) -sha256sums=('4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920' +source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig}) +sha256sums=('2fc0ffb965a8dc8f1e4a89cbe834c0ae7b9c22f559ebafc84c7874ad1866559a' 'SKIP') validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA' + '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6' '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <[email protected]> prepare() {
