summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e301e48f8670..72fd72ee6351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-server
pkgdesc = GNS3 network simulator, Server package
pkgver = 2.2.17
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GNS3/gns3-server
install = gns3-server.install
arch = x86_64
@@ -24,7 +24,6 @@ pkgbase = gns3-server
depends = python-yarl
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 = libvirt: needed for the NAT cloud
optdepends = vpcs: Simple PC emulation for basic network operations.
diff --git a/PKGBUILD b/PKGBUILD
index 29b768da8576..66e0b33b41b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gns3-server
pkgver=2.2.17
-pkgrel=1
+pkgrel=2
pkgdesc='GNS3 network simulator, Server package'
arch=('x86_64')
url='https://github.com/GNS3/gns3-server'
@@ -30,7 +30,6 @@ depends=(
optdepends=(
'dynamips: Cisco router emulator.'
'gns3-gui: graphical user interface for GNS3 server.'
- 'iouyap: Bridge IOU to UDP, TAP and Ethernet.'
'qemu: Used by GNS3 to run Cisco ASA, PIX and IDS.'
'libvirt: needed for the NAT cloud'
'vpcs: Simple PC emulation for basic network operations.'