summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee3bed5a36ed..38373761fa39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ansible-cmdb
pkgdesc = Generate host overview from ansible fact gathering output.
pkgver = 1.31
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fboender/ansible-cmdb
arch = any
license = GPL3
@@ -13,6 +13,7 @@ pkgbase = ansible-cmdb
depends = python
depends = python-mako
depends = python-pyyaml
+ depends = python-jsonxs
source = git+https://github.com/gardar/ansible-cmdb.git#branch=fix-build
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b136e889a5b3..84b472e1b371 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ansible-cmdb
pkgver=1.31
-pkgrel=2
+pkgrel=3
pkgdesc="Generate host overview from ansible fact gathering output."
arch=('any')
url="https://github.com/fboender/ansible-cmdb"
license=('GPL3')
-depends=('python' 'python-mako' 'python-pyyaml')
+depends=('python' 'python-mako' 'python-pyyaml' 'python-jsonxs')
makedepends=('python-setuptools' 'git' 'python-build' 'python-installer' 'python-wheel')
# source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::${url}/archive/${pkgver}.tar.gz")
source=("git+https://github.com/gardar/ansible-cmdb.git#branch=fix-build")