summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Fitzgerald2017-01-10 15:19:27 -0500
committerGreg Fitzgerald2017-01-10 15:19:27 -0500
commit90ad06e968cf40f3772965e05f9f849ec736ccbd (patch)
treea9c5d5a74360d3b3e57aa9d7577896dc5a107ec6
parentefe4570d34657a4e53f279020cced920cfdc242e (diff)
downloadaur-90ad06e968cf40f3772965e05f9f849ec736ccbd.tar.gz
Add dependency on python2-jsonxs
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d171a33c0a7..093f60387528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = ansible-cmdb
depends = ansible
depends = python2-mako
depends = python2-ushlex
+ depends = python2-jsonxs
source = https://github.com/fboender/ansible-cmdb/archive/1.19.tar.gz
sha512sums = 296d97817c175c8ddfe7cf5e3be9cbc621d2af5ff08d8ed0009f7298e5e2422030a279bed8e71e54dd87a94ccd2c772a09d6538e54329af2d0009cb31c37aeb3
diff --git a/PKGBUILD b/PKGBUILD
index e66315fc5bcc..18e4ca48fa11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc=" Generate host overview from ansible fact gathering output"
arch=('any')
url="https://github.com/fboender/ansible-cmdb"
license=('MIT')
-depends=('python2' 'ansible' 'python2-mako' 'python2-ushlex')
+depends=('python2' 'ansible' 'python2-mako' 'python2-ushlex' 'python2-jsonxs')
source=("https://github.com/fboender/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('296d97817c175c8ddfe7cf5e3be9cbc621d2af5ff08d8ed0009f7298e5e2422030a279bed8e71e54dd87a94ccd2c772a09d6538e54329af2d0009cb31c37aeb3')