summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-06-16 21:19:36 +0200
committerStephan Springer2019-06-16 21:19:36 +0200
commitb72fc442432108d246ccb1efa8334399761a84e1 (patch)
treef6ab438ea2b991d2177abc668b92fb613d6c0b7e
parentce75a8d791acfcb8cc91598afdf54981349264a4 (diff)
downloadaur-b72fc442432108d246ccb1efa8334399761a84e1.tar.gz
fixed dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b891e74c3dd..a301fd23b82c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gns3-server
pkgdesc = GNS3 network simulator, Server package
pkgver = 2.1.21
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GNS3/gns3-server
install = gns3-server.install
arch = x86_64
groups = gns3
license = GPL3
makedepends = python-setuptools
- depends = python-jsonschema
+ depends = python-jsonschema26
depends = python-aiohttp-gns3
depends = python-aiohttp-cors-gns3
depends = python-yarl-gns3
diff --git a/PKGBUILD b/PKGBUILD
index 5dfed004a188..d6cec465e4ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=gns3-server
pkgver=2.1.21
-pkgrel=1
+pkgrel=2
pkgdesc='GNS3 network simulator, Server package'
arch=('x86_64')
url='https://github.com/GNS3/gns3-server'
license=('GPL3')
groups=('gns3')
makedepends=('python-setuptools')
-depends=('python-jsonschema' 'python-aiohttp-gns3' 'python-aiohttp-cors-gns3'
+depends=('python-jsonschema26' 'python-aiohttp-gns3' 'python-aiohttp-cors-gns3'
'python-yarl-gns3' 'python-jinja' 'python-raven' 'python-psutil'
'python-zipstream-gns3' 'python-prompt_toolkit-gns3' 'python-async-timeout-gns3'
'busybox')