diff options
author | Darshit Shah | 2016-07-27 14:39:09 +0200 |
---|---|---|
committer | Darshit Shah | 2016-07-27 14:39:09 +0200 |
commit | 5988669ad00e9fc77068ad07b01bfa19141ad3db (patch) | |
tree | ba471fd730bfe1f7f0a4392ffcee63a78fb79c38 /PKGBUILD | |
parent | 44e7ccae81614e50ec2bbbe8babf53d9e1e9ca7b (diff) | |
download | aur-5988669ad00e9fc77068ad07b01bfa19141ad3db.tar.gz |
Update to patch 750
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,13 +2,13 @@ _gitname=wget2 pkgname=${_gitname}-git -pkgver=0.0.r722.g9457348 +pkgver=0.0.r750.ga0cdd5a 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') +depends=('libutil-linux' 'gnutls' 'libidn' 'libpsl' 'gpgme' 'nghttp2') optdepends=("ca-certificates: HTTPS Downloads") makedepends=('git' 'rsync') provides=('wget2') @@ -21,7 +21,7 @@ build() { cd $_gitname git submodule init git config submodule.gnulib.url "$srcdir/gnulib" - ./autogen.sh + ./bootstrap ./configure --prefix=/usr --sysconfdir=/etc } |