summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2017-03-02 19:47:53 +0100
committerAnthony Ruhier2017-03-02 19:47:53 +0100
commit6cd9be8d410ca117dc5964b7e8ed040ee8f2fa08 (patch)
tree863e87e3116f90c91d09ee6fcb89c3a8278629fe
parenteab9a1ea4bef39bb963fcb42c103d3ec55d4c129 (diff)
downloadaur-6cd9be8d410ca117dc5964b7e8ed040ee8f2fa08.tar.gz
v1.9.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfb848e61f85..74cb0f65ef18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netbox
pkgdesc = IP address management (IPAM) and data center infrastructure management (DCIM) tool.
- pkgver = 1.8.4
- pkgrel = 2
+ pkgver = 1.9.0
+ pkgrel = 0
url = https://github.com/digitalocean/netbox
install = netbox.install
arch = any
@@ -16,6 +16,7 @@ pkgbase = netbox
depends = python-django
depends = python-django-debug-toolbar-git
depends = python-django-filter
+ depends = python-django-mptt
depends = python-django-rest-framework
depends = python-django-rest-swagger0.3.10
depends = python-django-tables2
@@ -35,12 +36,12 @@ pkgbase = netbox
replaces = netbox-git
backup = etc/netbox/gunicorn_config.py
backup = etc/netbox/configuration.py
- source = https://github.com/digitalocean/netbox/archive/v1.8.4.tar.gz
+ source = https://github.com/digitalocean/netbox/archive/v1.9.0.tar.gz
source = netbox-system.service
source = netbox.tmpfile
source = debug_toolbar_middleware.patch
source = gunicorn_config.py
- sha256sums = f59d46affde19cb2c0f84d535293d5068c0b4aaa3bffd1a01ad4b272afb1e1cb
+ sha256sums = fab3c4ef172065cfb9dc03ccea8ed790b5a6c86381242f3e28ea9da7fdbb19e0
sha256sums = dc83de37ff9151de3d309fd43c6eff3b30886882012b81fd3ff2f3a5a706bea6
sha256sums = 1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f
sha256sums = 2d6d55cad836eca187a7dfe40227f994e9b2f565e71fd39e296bc8bb73bf259a
diff --git a/PKGBUILD b/PKGBUILD
index e49db551d319..7ddeeb3f6908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=netbox
pkgname=${_name}
-pkgver=1.8.4
-pkgrel=2
+pkgver=1.9.0
+pkgrel=0
pkgdesc="IP address management (IPAM) and data center infrastructure management (DCIM) tool."
arch=('any')
url="https://github.com/digitalocean/${_name}"
@@ -18,6 +18,7 @@ depends=('python'
'python-django'
'python-django-debug-toolbar-git'
'python-django-filter'
+ 'python-django-mptt'
'python-django-rest-framework'
'python-django-rest-swagger0.3.10'
'python-django-tables2'
@@ -42,7 +43,7 @@ source=("${url}/archive/v${pkgver}.tar.gz"
"${_name}.tmpfile"
"debug_toolbar_middleware.patch"
"gunicorn_config.py")
-sha256sums=('f59d46affde19cb2c0f84d535293d5068c0b4aaa3bffd1a01ad4b272afb1e1cb'
+sha256sums=('fab3c4ef172065cfb9dc03ccea8ed790b5a6c86381242f3e28ea9da7fdbb19e0'
'dc83de37ff9151de3d309fd43c6eff3b30886882012b81fd3ff2f3a5a706bea6'
'1028bac96ddcd18c10646dff26027b4891fcab4381436e2b6ea3302887a5586f'
'2d6d55cad836eca187a7dfe40227f994e9b2f565e71fd39e296bc8bb73bf259a'