summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2017-04-13 02:45:16 +0200
committerAnthony Ruhier2017-04-13 02:45:16 +0200
commit89c235ea49b1f5b3d181d610577da1056ae615db (patch)
tree5bf34a0adf067899f67395966eb2f58d52ee50e7 /PKGBUILD
parentfea504d488d857667b0bcbd9e369545cd65d15e7 (diff)
downloadaur-89c235ea49b1f5b3d181d610577da1056ae615db.tar.gz
Add python-simplejson
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff18dd9ac215..bdf5d313bce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=netbox
pkgname=${_name}
pkgver=1.9.5
_realver="${pkgver}"
-pkgrel=4
+pkgrel=5
pkgdesc="IP address management (IPAM) and data center infrastructure management (DCIM) tool."
arch=('any')
url="https://github.com/digitalocean/${_name}"
@@ -35,6 +35,7 @@ depends=('python'
'python-py-gfm'
'python-pytz'
'python-psycopg2'
+ 'python-simplejson'
'python-sqlparse'
'python-xmltodict'
'python-yaml')