* update wget to 1.21.1-1
This commit is contained in:
parent
3ba47e723e
commit
4285be2a16
@ -3,22 +3,27 @@
|
||||
# Maintainer: Eric Bélanger <eric@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 powerpc64le powerpc )
|
||||
arch=(x86_64 powerpc64le powerpc)
|
||||
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@gmx.de>
|
||||
b2sums=('d3b7bb3a566ebefc6a7df3cfd7e78b5996aa7b52fba219666cbbe8acf82d41985f19a32c204d11efc9a0a86f91c039955a2a3d7693ccd315cccb36e85bd3119e'
|
||||
'SKIP')
|
||||
validpgpkeys=(
|
||||
'AC404C1C0BF735C63FF4D562263D6DF2E163E1EA' # Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
'7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6' # Darshit Shah <darnir@gnu.org>
|
||||
'1CB27DBC98614B2D5841646D08302DB6A2670428' # Tim Rühsen <tim.ruehsen@gmx.de>
|
||||
)
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
@ -31,7 +36,6 @@ EOF
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
CFLAGS+=' -fcommon' \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user