summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarshit Shah2018-06-07 23:28:37 +0200
committerDarshit Shah2018-06-07 23:28:37 +0200
commit2e1c26533bbcde9b32d49c490878c210eb255fee (patch)
tree2ed8eb68c90e1a81fa3a741726151599c8ee2aa4 /PKGBUILD
parent1ffbfdc8d133b75c94882ed9bd8e88de708c4abe (diff)
downloadaur-2e1c26533bbcde9b32d49c490878c210eb255fee.tar.gz
Python is a makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afb8f0962867..42029e9dfff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=wget2
pkgname=${_gitname}-git
-pkgver=1.99.0.r86.g04750575
+pkgver=1.99.1.r17.g9b616dbe
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')
+makedepends=('git' 'rsync' 'gperf' 'python')
provides=('wget2')
conflicts=('wget2')
source=("git+https://gitlab.com/gnuwget/wget2.git"