summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-08-19 08:44:51 +0300
committerCaleb Maclennan2018-08-19 08:44:51 +0300
commitc6f1b386a0c3a889415d6ece8c4269c906c16f62 (patch)
treeef529ba11e50f9127d6553970ee73aff6a8932c5
parent0e05b6b8d6c2a755928e45e1d9ee46d79d850b66 (diff)
downloadaur-c6f1b386a0c3a889415d6ece8c4269c906c16f62.tar.gz
Add missing dependency on python-toml
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95ae04d19ea8..78261f369649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yq
pkgdesc = Command-line YAML processor - jq wrapper for YAML documents
pkgver = 2.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kislyuk/yq
arch = any
license = Apache
@@ -10,6 +10,7 @@ pkgbase = yq
depends = python-yaml
depends = jq
depends = python-xmltodict>=0.11.0
+ depends = python-toml>=0.9.4
source = https://files.pythonhosted.org/packages/source/y/yq/yq-2.7.0.tar.gz
sha256sums = f62de3b596056bfb26517b88c1c1775b8364cdae963e36b29ba49623e689a8db
@@ -18,4 +19,5 @@ pkgname = yq
depends = python-yaml
depends = jq
depends = python-xmltodict>=0.11.0
+ depends = python-toml>=0.9.4
diff --git a/PKGBUILD b/PKGBUILD
index e63166a2bb3c..9d93f929cc3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=yq
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line YAML processor - jq wrapper for YAML documents"
url="https://github.com/kislyuk/yq"
-depends=('python' 'python-yaml' 'jq' 'python-xmltodict>=0.11.0')
+depends=('python' 'python-yaml' 'jq' 'python-xmltodict>=0.11.0' 'python-toml>=0.9.4')
makedepends=('python-setuptools')
license=('Apache')
arch=('any')