diff options
author | Darshit Shah | 2018-01-21 13:07:30 +0100 |
---|---|---|
committer | Darshit Shah | 2018-01-21 13:07:30 +0100 |
commit | 741da6eabc5192b82e9c06e75c27bc230e31776d (patch) | |
tree | 0c3302fd6dc953d69282a7e340445e009e5d9b2b /PKGBUILD | |
parent | 830e90459fe2883b7e1575db0130eed024c42dd0 (diff) | |
download | aur-741da6eabc5192b82e9c06e75c27bc230e31776d.tar.gz |
Add lzip as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ pkgdesc="Updated version of popular Wget tool" arch=('i686' 'x86_64') url="http://www.gnu.org/software/wget/wget.html" license=('GPL3') -depends=('libutil-linux' 'gnutls' 'libidn2' 'libpsl' 'gpgme' 'nghttp2') +depends=('libutil-linux' 'gnutls' 'libidn2' 'libpsl' 'gpgme' 'nghttp2' 'lzip') optdepends=("ca-certificates: HTTPS Downloads") makedepends=('git' 'rsync') provides=('wget2') |