summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Brains2018-05-22 23:17:30 +0300
committerJoseph Brains2018-05-22 23:17:30 +0300
commit12fe9ef00be0d4e01a79fa1bd608eed0fbd4f959 (patch)
tree011109771d9af0ae8aec857faf3a552c79e4f3ee
parent9c96d1e552b8b98d518a299c76210e4972674217 (diff)
downloadaur-12fe9ef00be0d4e01a79fa1bd608eed0fbd4f959.tar.gz
Updated to 2.1.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6892c242d915..5cd101cf927b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-server-git
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,6 +18,7 @@ pkgbase = gns3-server-git
depends = python-aiohttp-gns3
depends = python-aiohttp-cors-gns3
depends = python-prompt_toolkit
+ depends = python-async-timeout-gns3
optdepends = dynamips: Cisco router emulator.
optdepends = qemu: Used by GNS3 to run Cisco ASA, PIX and IDS.
optdepends = vpcs: Simple PC emulation for basic network operations.
@@ -26,9 +27,9 @@ pkgbase = gns3-server-git
provides = gns3-server
conflicts = gns3-server
replaces = gns3-server
- 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 = d145c7a4b7163aecd91b71a0769130d62beb5f4381fe5437774f6b4477a3fa48
pkgname = gns3-server-git
diff --git a/PKGBUILD b/PKGBUILD
index b3ae50691f8f..9e5240a2e917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joseph Brains <jnbrains@gmail.com>
_pkgname=gns3-server
pkgname=${_pkgname}-git
-pkgver=2.1.5
+pkgver=2.1.6
pkgrel=1
pkgdesc='GNS3 network simulator. Server package.'
arch=('any')
@@ -12,7 +12,7 @@ replaces=('gns3-server')
provides=('gns3-server')
conflicts=('gns3-server')
makedepends=('python-setuptools')
-depends=('python-jsonschema>=2.4.0' 'python-jinja>=2.7.3' 'python-raven>=5.23.0' 'python-psutil>=3.0.0' 'python-zipstream-gns3' 'python-typing-gns3' 'python-yarl-gns3' 'python-aiohttp-gns3' 'python-aiohttp-cors-gns3' 'python-prompt_toolkit')
+depends=('python-jsonschema>=2.4.0' 'python-jinja>=2.7.3' 'python-raven>=5.23.0' 'python-psutil>=3.0.0' 'python-zipstream-gns3' 'python-typing-gns3' 'python-yarl-gns3' 'python-aiohttp-gns3' 'python-aiohttp-cors-gns3' 'python-prompt_toolkit' 'python-async-timeout-gns3')
optdepends=('dynamips: Cisco router emulator.'
'qemu: Used by GNS3 to run Cisco ASA, PIX and IDS.'
'vpcs: Simple PC emulation for basic network operations.'
@@ -22,7 +22,7 @@ optdepends=('dynamips: Cisco router emulator.'
install="${_pkgname}.install"
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${_pkgname}/archive/v${pkgver}.tar.gz"
"${_pkgname}@.service")
-sha256sums=('73ce2528dfbdc5478fc8bd6f5687f4c9bf30043ce6554d822a1f79b51dfd7381'
+sha256sums=('a292be8f0a4ea970e43ea980383f046b2417e7412ff00e171a44453bde8f3463'
'd145c7a4b7163aecd91b71a0769130d62beb5f4381fe5437774f6b4477a3fa48')
package() {