summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 535ab23f8ae3..96ebfee4225d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gns3-gui
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -14,11 +14,11 @@ depends=('python-jsonschema' 'gns3-converter' 'python-raven' 'python-psutil' 'py
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.')
+ 'wireshark-qt: Live packet capture.')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz"
'gns3.desktop')
-md5sums=('3253ff768b469cabd458bc20b1d38526'
- 'ac6ba60be0a1cb7fc965d1a105e431d5')
+sha256sums=('177d387841aff69bb9f6c3cba470fb2c79e35292a17af48ca861da69b9407e8c'
+ '51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
package() {
cd ${srcdir}/${pkgname}-${pkgver}