summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-12-05 23:58:01 +0100
committerHyacinthe Cartiaux2017-12-05 23:58:01 +0100
commit3f32a740c43b17e74a0de8e8914ea7774f301848 (patch)
tree55c5aff847a0a4627de68aa9e38b81a59553cdc9
parent162439b1bc2760e4484eba7e5a97af5a00219081 (diff)
downloadaur-3f32a740c43b17e74a0de8e8914ea7774f301848.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8edc8ae71483..c9a82c3d116f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Sep 10 10:16:48 UTC 2017
+# Tue Dec 5 22:57:59 UTC 2017
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.0.3
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
@@ -15,13 +15,14 @@ pkgbase = gns3-gui
depends = python-psutil
depends = python-pyqt5
depends = qt5-svg
+ depends = qt5-websockets
optdepends = gns3-server: GNS3 backend. Manages emulators such as Dynamips, VirtualBox or Qemu/KVM.
optdepends = dynamips: Cisco router emulator.
optdepends = xterm: Default terminal emulator for CLI management of virtual instances.
optdepends = wireshark-qt: Live packet capture.
- source = gns3-gui-2.0.3.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.0.3.tar.gz
+ source = gns3-gui-2.1.0.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.1.0.tar.gz
source = gns3.desktop
- sha256sums = 177d387841aff69bb9f6c3cba470fb2c79e35292a17af48ca861da69b9407e8c
+ sha256sums = ee0bc28dba146dd1aa9258e076b310014acbc461ea4e7324f1336eade6fa10f4
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 96ebfee4225d..b0062356b45b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.0.3
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
license=('GPL3')
groups=('gns3')
makedepends=('python-setuptools')
-depends=('python-jsonschema' 'gns3-converter' 'python-raven' 'python-psutil' 'python-pyqt5' 'qt5-svg')
+depends=('python-jsonschema' 'gns3-converter' 'python-raven' 'python-psutil' 'python-pyqt5' 'qt5-svg' 'qt5-websockets')
optdepends=('gns3-server: GNS3 backend. Manages emulators such as Dynamips, VirtualBox or Qemu/KVM.'
'dynamips: Cisco router emulator.'
'xterm: Default terminal emulator for CLI management of virtual instances.'
'wireshark-qt: Live packet capture.')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz"
'gns3.desktop')
-sha256sums=('177d387841aff69bb9f6c3cba470fb2c79e35292a17af48ca861da69b9407e8c'
+sha256sums=('ee0bc28dba146dd1aa9258e076b310014acbc461ea4e7324f1336eade6fa10f4'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
package() {