summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-06-21 23:25:19 +0200
committerHyacinthe Cartiaux2017-06-21 23:25:19 +0200
commit09f7f351fca437968d9d9a655d8d9f5b325dbd61 (patch)
treeabd04826a327610a6f1475797713989bbb971146
parentd2b2d99537df11d944f13bac25e70e205bef7432 (diff)
downloadaur-09f7f351fca437968d9d9a655d8d9f5b325dbd61.tar.gz
Update to 2.0.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 256523ef4f4a..85be308f7eb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 9 13:22:12 UTC 2017
+# Sun Jun 18 12:14:44 UTC 2017
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 1.5.3
- pkgrel = 2
+ pkgver = 2.0.3
+ pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
@@ -19,9 +19,9 @@ pkgbase = gns3-gui
optdepends = dynamips: Cisco router emulator.
optdepends = xterm: Default terminal emulator for CLI management of virtual instances.
optdepends = wireshark-gtk: Live packet capture.
- source = gns3-gui-1.5.3.tar.gz::https://github.com/GNS3/gns3-gui/archive/v1.5.3.tar.gz
+ source = gns3-gui-2.0.3.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.0.3.tar.gz
source = gns3.desktop
- md5sums = b59485981f303f1651c2a5b2b446c665
+ md5sums = 3253ff768b469cabd458bc20b1d38526
md5sums = ac6ba60be0a1cb7fc965d1a105e431d5
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 400d0d9f2de4..535ab23f8ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: korjjj <korjjj+aur[at]gmail[dot]com>
+# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
+# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=1.5.3
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -10,20 +11,15 @@ license=('GPL3')
groups=('gns3')
makedepends=('python-setuptools')
depends=('python-jsonschema' 'gns3-converter' 'python-raven' 'python-psutil' 'python-pyqt5' 'qt5-svg')
-# ? 'python-rsa'
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-gtk: Live packet capture.')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz"
'gns3.desktop')
-md5sums=('b59485981f303f1651c2a5b2b446c665'
+md5sums=('3253ff768b469cabd458bc20b1d38526'
'ac6ba60be0a1cb7fc965d1a105e431d5')
-#prepare() {
- #sed -i 's/gns3-net-converter>=1.3.0/gns3-converter>=1.2.0/g' ${srcdir}/${pkgname}-${pkgver}/setup.py
-#}
-
package() {
cd ${srcdir}/${pkgname}-${pkgver}
python setup.py install --root=${pkgdir} --optimize=1