summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2348319454c3..5d2a5f7fb9be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-server
pkgdesc = GNS3 network simulator. Server package.
- pkgver = 2.1.5
+ pkgver = 2.1.6
pkgrel = 1
url = https://github.com/GNS3/gns3-server
install = gns3-server.install
@@ -18,15 +18,16 @@ pkgbase = gns3-server
depends = python-zipstream
depends = python-typing
depends = python-prompt_toolkit
+ depends = python-async-timeout-gns3
optdepends = dynamips: Cisco router emulator.
optdepends = gns3-gui: graphical user interface for GNS3 server.
optdepends = iouyap: Bridge IOU to UDP, TAP and Ethernet.
optdepends = qemu: Used by GNS3 to run Cisco ASA, PIX and IDS.
optdepends = vpcs: Simple PC emulation for basic network operations.
optdepends = ubridge: Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces.
- source = gns3-server-2.1.5.tar.gz::https://github.com/GNS3/gns3-server/archive/v2.1.5.tar.gz
+ source = gns3-server-2.1.6.tar.gz::https://github.com/GNS3/gns3-server/archive/v2.1.6.tar.gz
source = gns3-server@.service
- sha256sums = 73ce2528dfbdc5478fc8bd6f5687f4c9bf30043ce6554d822a1f79b51dfd7381
+ sha256sums = a292be8f0a4ea970e43ea980383f046b2417e7412ff00e171a44453bde8f3463
sha256sums = b43f0ead963a06e613d3303d2c66372b57f46c750b3d6df20eb99c11078de65f
pkgname = gns3-server
diff --git a/PKGBUILD b/PKGBUILD
index 5e36118efa11..b75b79251c6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-server
-pkgver=2.1.5
+pkgver=2.1.6
pkgrel=1
pkgdesc='GNS3 network simulator. Server package.'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/GNS3/gns3-server'
license=('GPL3')
groups=('gns3')
makedepends=('python-setuptools')
-depends=('python-jsonschema' 'python-aiohttp-gns3' 'python-aiohttp-cors-gns3' 'python-yarl' 'python-jinja' 'python-raven' 'python-psutil' 'python-zipstream' 'python-typing' 'python-prompt_toolkit')
+depends=('python-jsonschema' 'python-aiohttp-gns3' 'python-aiohttp-cors-gns3' 'python-yarl' 'python-jinja' 'python-raven' 'python-psutil' 'python-zipstream' 'python-typing' 'python-prompt_toolkit' 'python-async-timeout-gns3')
optdepends=('dynamips: Cisco router emulator.'
'gns3-gui: graphical user interface for GNS3 server.'
'iouyap: Bridge IOU to UDP, TAP and Ethernet.'
@@ -22,7 +22,7 @@ install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"${pkgname}@.service")
-sha256sums=('73ce2528dfbdc5478fc8bd6f5687f4c9bf30043ce6554d822a1f79b51dfd7381'
+sha256sums=('a292be8f0a4ea970e43ea980383f046b2417e7412ff00e171a44453bde8f3463'
'b43f0ead963a06e613d3303d2c66372b57f46c750b3d6df20eb99c11078de65f')
package() {