summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-09-10 12:16:56 +0200
committerHyacinthe Cartiaux2017-09-10 12:16:56 +0200
commit162439b1bc2760e4484eba7e5a97af5a00219081 (patch)
tree248bd63f0e95f05521ae374c6cb7c080370f9f53
parent09f7f351fca437968d9d9a655d8d9f5b325dbd61 (diff)
downloadaur-162439b1bc2760e4484eba7e5a97af5a00219081.tar.gz
Pkgrel bump: wireshark-gtk replaced by wireshark-qt in the optdepends array
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85be308f7eb5..8edc8ae71483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jun 18 12:14:44 UTC 2017
+# Sun Sep 10 10:16:48 UTC 2017
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
pkgver = 2.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
@@ -18,11 +18,11 @@ pkgbase = gns3-gui
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-gtk: Live packet capture.
+ 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.desktop
- md5sums = 3253ff768b469cabd458bc20b1d38526
- md5sums = ac6ba60be0a1cb7fc965d1a105e431d5
+ sha256sums = 177d387841aff69bb9f6c3cba470fb2c79e35292a17af48ca861da69b9407e8c
+ sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
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}