diff options
author | Darshit Shah | 2017-04-12 14:53:48 +0200 |
---|---|---|
committer | Darshit Shah | 2017-04-12 14:53:48 +0200 |
commit | ddfd866921e7e112987ff88bb5795823f9581a2f (patch) | |
tree | 6acef2981eefc7ee405c3da3a7a63f08996578ad /PKGBUILD | |
parent | 8b1d4fe44415f957749c78cf70f97b6bcb115413 (diff) | |
download | aur-ddfd866921e7e112987ff88bb5795823f9581a2f.tar.gz |
Update to use libidn2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ _gitname=wget2 pkgname=${_gitname}-git -pkgver=0.0.r904.g43f30f3 +pkgver=0.0.r1107.gbc4010f 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' 'libidn' 'libpsl' 'gpgme' 'nghttp2') +depends=('libutil-linux' 'gnutls' 'libidn2' 'libpsl' 'gpgme' 'nghttp2') optdepends=("ca-certificates: HTTPS Downloads") makedepends=('git' 'rsync') provides=('wget2') |