Search Criteria
Package Details: wget2 2.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wget2.git (read-only, click to copy) |
---|---|
Package Base: | wget2 |
Description: | Updated version of the popular wget URL retrieval tool |
Upstream URL: | https://gitlab.com/gnuwget/wget2 |
Keywords: | download ftp gnu http wget |
Licenses: | GPL3 |
Conflicts: | wget2-git |
Submitter: | wlhlm |
Maintainer: | wlhlm |
Last Packager: | wlhlm |
Votes: | 20 |
Popularity: | 0.144513 |
First Submitted: | 2020-06-16 13:55 (UTC) |
Last Updated: | 2022-06-04 14:27 (UTC) |
Dependencies (18)
- brotli (brotli-git)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- gnutls (gnutls-tiny-git, gnutls-openssl, gnutls-nodocs-git, gnutls-git)
- gpgme (gpgme-git, gpgme-minimal-git)
- libidn2 (libidn2-nodocs-git, libidn2-git)
- libpsl (libpsl-git)
- lzip (plzip-lzip-link)
- nghttp2 (nghttp2-git)
- pcre2 (pcre2-svn, pcre2-git)
- xz (xz-git)
- zlib (zlib-static, zlib-git, zlib-ng-compat-git, zlib-ng-compat)
- zstd (zstd-git, zstd-static)
- doxygen (doxygen-git, doxygen-clang) (make)
- gperf (gperf-git) (make)
- pandoc (pandoc-static-git, pandoc-sile-git, pandoc-bin) (make)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312) (make)
- libmicrohttpd (libmicrohttpd-git) (check)
- ca-certificates (ca-certificates-utils) (optional) – HTTPS Downloads
Latest Comments
wooptoo commented on 2022-10-12 20:16 (UTC) (edited on 2022-10-12 20:17 (UTC) by wooptoo)
Seems to work fine with
libnghttp2
Build
Testing
wooptoo commented on 2022-10-12 20:06 (UTC)
From the build requirements it looks like this package will build with core/libnghttp2 instead of nghttp2 from AUR.
kescherAUR commented on 2022-09-03 08:38 (UTC)
Diff of the changes suggested by ugjdgdto.
ugjdgdto commented on 2022-07-24 02:11 (UTC)
Hello, may I suggest a few changes to the PKGBUILD?
nghttp2
(which is now in AUR) can be replaced withlibnghttp2
. (README sayslibnghttp2
, andlibnghttp2
is still in official repo.)lzip
can be dropped. (README says "optional, if you want to build distribution tarballs", for Arch packaging this is probably not needed.)lzlib
can be added for lzip decompression support (Accept-Encoding: lzip). (README does not mentionlzlib
. Interestingly, we needlzlib
and notlzip
forLzip compression: yes
.)--with-bzip2
and--with-lzma
can be added. (even though they are installed,.configure
apparently does not enable bzip2 and XZ/LZMA support unless these two flags are specified.)