Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / wget
Commits: c1347218 by Robin Candau at 2025-03-19T21:41:19+01:00 Switch license to SPDX identifier, add perl as an make dependency, switch source to git.savannah.gnu.org > > Update license ID to GPL-3.0-or-later > Add perl as an explicit make dependency (required to generate the man page) > Switch source to git.svannah.gnu.org (which is the canonical source for GNU > software). - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,5 +1,6 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> # Maintainer: T.J. Townsend <[email protected]> +# Maintainer: Robin Candau <[email protected]> # Contributor: Eric Bélanger <[email protected]> pkgname=wget @@ -8,11 +9,11 @@ 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') +license=('GPL-3.0-or-later') 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') -makedepends=('autoconf-archive' 'git' 'gperf' 'wget') +makedepends=('autoconf-archive' 'git' 'gperf' 'wget' 'perl') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') source=("git+https://git.savannah.gnu.org/git/wget.git?signed#tag=v${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wget/-/commit/c1347218e0ef438f3f18c79cec888b7456596514 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wget/-/commit/c1347218e0ef438f3f18c79cec888b7456596514 You're receiving this email because of your account on gitlab.archlinux.org.
