summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2017-06-14 11:19:39 +0800
committerJingbei Li2017-06-14 11:19:39 +0800
commit8bae67f931d91a635b098cb1e9e5693028db5381 (patch)
treef7c3a858f0038ff2c7f78d7962991594bde51909
parent1352c9799a103e4dbdac60c5f45df2a816e9791c (diff)
downloadaur-8bae67f931d91a635b098cb1e9e5693028db5381.tar.gz
added wget
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e92e8b231b..fc4bd59e6831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jun 13 14:23:28 UTC 2017
+# Wed Jun 14 03:19:36 UTC 2017
pkgbase = python-ruamel-yaml-hg
pkgdesc = YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
pkgver = 0.15.6.r1.498e40e91a0c
@@ -11,6 +11,7 @@ pkgbase = python-ruamel-yaml-hg
license = MIT
makedepends = python-pip
makedepends = mercurial
+ makedepends = wget
depends = python
provides = python-ruamel-yaml
conflicts = python-ruamel-yaml-hg
diff --git a/PKGBUILD b/PKGBUILD
index 9711aca2db62..090309b10810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://bitbucket.org/ruamel/yaml"
license=('MIT')
groups=('devel')
depends=('python')
-makedepends=('python-pip' 'mercurial')
+makedepends=('python-pip' 'mercurial' 'wget')
provides=('python-ruamel-yaml')
conflicts=('python-ruamel-yaml-hg')
source=("hg+$url")