[arch-commits] Commit in wget/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Jan 10 17:30:01 UTC 2021


    Date: Sunday, January 10, 2021 @ 17:30:01
  Author: anthraxx
Revision: 406050

upgpkg: wget 1.21.1-1

Modified:
  wget/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 17:04:49 UTC (rev 406049)
+++ PKGBUILD	2021-01-10 17:30:01 UTC (rev 406050)
@@ -2,22 +2,27 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=wget
-pkgver=1.20.3
-pkgrel=3
+pkgver=1.21.1
+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' 'libidn2' 'util-linux-libs' 'libpsl' 'pcre2')
+depends=('glibc' 'zlib' 'gnutls' 'libidn2' 'libidn2.so' 'util-linux-libs' 'libuuid.so'
+         'libpsl' 'libpsl.so' 'pcre2' 'nettle' 'libnettle.so')
 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=('69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb'
+sha256sums=('db9bbe5347e6faa06fc78805eeb808b268979455ead9003a608569c9d4fc90ad'
             'SKIP')
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
-              '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'
-              '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
+b2sums=('d3b7bb3a566ebefc6a7df3cfd7e78b5996aa7b52fba219666cbbe8acf82d41985f19a32c204d11efc9a0a86f91c039955a2a3d7693ccd315cccb36e85bd3119e'
+        'SKIP')
+validpgpkeys=(
+  'AC404C1C0BF735C63FF4D562263D6DF2E163E1EA' # Giuseppe Scrivano <gscrivano at gnu.org>
+  '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6' # Darshit Shah <darnir at gnu.org>
+  '1CB27DBC98614B2D5841646D08302DB6A2670428' # Tim Rühsen <tim.ruehsen at gmx.de>
+)
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list