summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2018-01-21 18:04:43 +0100
committerHyacinthe Cartiaux2018-01-21 18:04:43 +0100
commiteafe05d091c2766a9d9284c98be4d86b9d1d235e (patch)
treee06c4a99def187bf5fb60a8a0830f8b6e971c16c
parent0bfa281de1f2f8957e78bf79ba5a2f9efb07f4b4 (diff)
downloadaur-eafe05d091c2766a9d9284c98be4d86b9d1d235e.tar.gz
Update to 2.1.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27c86a08c2a6..e25bc240e634 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Dec 5 22:57:12 UTC 2017
pkgbase = gns3-server
pkgdesc = GNS3 network simulator. Server package.
- pkgver = 2.1.0
+ pkgver = 2.1.3
pkgrel = 1
url = https://github.com/GNS3/gns3-server
install = gns3-server.install
@@ -23,14 +21,13 @@ pkgbase = gns3-server
depends = python-prompt_toolkit
optdepends = dynamips: Cisco router emulator.
optdepends = gns3-gui: graphical user interface for GNS3 server.
- optdepends = vboxwrapper: VirtualBox wrapper for GNS3.
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.0.tar.gz::https://github.com/GNS3/gns3-server/archive/v2.1.0.tar.gz
+ source = gns3-server-2.1.3.tar.gz::https://github.com/GNS3/gns3-server/archive/v2.1.3.tar.gz
source = gns3-server@.service
- sha256sums = 764994d75b9d0d25ca929971c0cd3e8a633366897e3561c61a27bb5d8d44da56
+ sha256sums = 0453c6ef785c14f30f7b4d47bb13d7c19b563f705ddeb4544f5b2307f1863e27
sha256sums = b43f0ead963a06e613d3303d2c66372b57f46c750b3d6df20eb99c11078de65f
pkgname = gns3-server
diff --git a/PKGBUILD b/PKGBUILD
index 69f997b7b6e6..71d06026a7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-server
-pkgver=2.1.0
+pkgver=2.1.3
pkgrel=1
pkgdesc='GNS3 network simulator. Server package.'
arch=('any')
@@ -13,7 +13,6 @@ makedepends=('python-setuptools')
depends=('python-jsonschema' 'python-aiohttp-gns3' 'python-aiohttp-cors-gns3' 'python-yarl-gns3' 'python-jinja' 'python-raven' 'python-psutil' 'python-zipstream' 'python-typing' 'python-multidict-gns3' 'python-prompt_toolkit')
optdepends=('dynamips: Cisco router emulator.'
'gns3-gui: graphical user interface for GNS3 server.'
- 'vboxwrapper: VirtualBox wrapper for GNS3.'
'iouyap: Bridge IOU to UDP, TAP and Ethernet.'
'qemu: Used by GNS3 to run Cisco ASA, PIX and IDS.'
'vpcs: Simple PC emulation for basic network operations.'
@@ -23,7 +22,7 @@ install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"${pkgname}@.service")
-sha256sums=('764994d75b9d0d25ca929971c0cd3e8a633366897e3561c61a27bb5d8d44da56'
+sha256sums=('0453c6ef785c14f30f7b4d47bb13d7c19b563f705ddeb4544f5b2307f1863e27'
'b43f0ead963a06e613d3303d2c66372b57f46c750b3d6df20eb99c11078de65f')
package() {