summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshit Shah2020-11-02 16:02:58 +0100
committerDarshit Shah2020-11-02 16:02:58 +0100
commitf3c1d2c458fc7e1ecff33860489f7003e138a980 (patch)
tree0ad1c758969a39392d9a8c14455499417e14c556
parent75325f300c3593d5b8bfac6d6ebf71f88cd30784 (diff)
downloadaur-f3c1d2c458fc7e1ecff33860489f7003e138a980.tar.gz
Update makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ce920af5b1f..e181caf30d7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wget2-git
pkgdesc = Updated version of popular Wget tool
- pkgver = 1.99.1.r179.g58588e7a
+ pkgver = 1.99.2.r330.ge8178bd3
pkgrel = 1
url = http://www.gnu.org/software/wget/wget.html
arch = i686
@@ -11,6 +11,9 @@ pkgbase = wget2-git
makedepends = rsync
makedepends = gperf
makedepends = python
+ makedepends = wget
+ makedepends = pandoc
+ makedepends = doxygen
depends = libutil-linux
depends = gnutls
depends = libidn2
diff --git a/PKGBUILD b/PKGBUILD
index a2a8bc1d7316..9c3149102ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=wget2
pkgname=${_gitname}-git
-pkgver=1.99.1.r179.g58588e7a
+pkgver=1.99.2.r330.ge8178bd3
pkgrel=1
pkgdesc="Updated version of popular Wget tool"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('libutil-linux' 'gnutls' 'libidn2' 'libpsl' 'gpgme' 'nghttp2' 'lzip')
checkdepends=('libmicrohttpd')
optdepends=("ca-certificates: HTTPS Downloads")
-makedepends=('git' 'rsync' 'gperf' 'python')
+makedepends=('git' 'rsync' 'gperf' 'python' 'wget' 'pandoc' 'doxygen')
provides=('wget2')
conflicts=('wget2')
source=("git+https://gitlab.com/gnuwget/wget2.git"