diff options
author | Darshit Shah | 2018-02-16 15:25:36 +0100 |
---|---|---|
committer | Darshit Shah | 2018-02-16 15:25:36 +0100 |
commit | 1ffbfdc8d133b75c94882ed9bd8e88de708c4abe (patch) | |
tree | 71741eb542de5396ce103407e4790b368a390284 /PKGBUILD | |
parent | 741da6eabc5192b82e9c06e75c27bc230e31776d (diff) | |
download | aur-1ffbfdc8d133b75c94882ed9bd8e88de708c4abe.tar.gz |
Fix some dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,15 +2,16 @@ _gitname=wget2 pkgname=${_gitname}-git -pkgver=1.99.0.r34.g9a0d9eae +pkgver=1.99.0.r86.g04750575 pkgrel=1 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' 'lzip') +checkdepends=('libmicrohttpd') optdepends=("ca-certificates: HTTPS Downloads") -makedepends=('git' 'rsync') +makedepends=('git' 'rsync' 'gperf') provides=('wget2') conflicts=('wget2') source=("git+https://gitlab.com/gnuwget/wget2.git" |