summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-07-15 10:14:40 +0200
committerStephan Springer2020-07-15 10:14:40 +0200
commitf20a54c52f6c8e04f5b2eeb2b4cde97f200a07b1 (patch)
treeed22662f0998e3fff8a028ece88853e64b71e8bb
parent2fa1533515285920b8f956c118c6a922e9295e20 (diff)
downloadaur-f20a54c52f6c8e04f5b2eeb2b4cde97f200a07b1.tar.gz
update to version 2.2.11
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01514dd49a20..5e465f8040a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.10
+ pkgver = 2.2.11
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -8,7 +8,6 @@ pkgbase = gns3-gui
license = GPL3
makedepends = python-setuptools
depends = desktop-file-utils
- depends = gns3-converter
depends = python-distro
depends = python-jsonschema
depends = python-psutil
@@ -20,9 +19,9 @@ pkgbase = gns3-gui
optdepends = gns3-server: GNS3 backend. Manages emulators such as Dynamips, VirtualBox or Qemu/KVM.
optdepends = xterm: Default terminal emulator for CLI management of virtual instances.
optdepends = wireshark-qt: Live packet capture.
- source = gns3-gui-2.2.10.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.10.tar.gz
+ source = gns3-gui-2.2.11.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.11.tar.gz
source = gns3.desktop
- sha256sums = 0f04fe1b3b328bab5ee80755ea90e18e0d25828fbf4a644f3fbec29189f19bc8
+ sha256sums = aaa41e48cd1e44bf1a52b8fee1a9d82620697f2e7c26a326c5c3bcfb50cf4850
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 79d4e4042ff8..f62e111f271b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.10
+pkgver=2.2.11
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -13,7 +13,6 @@ groups=('gns3')
makedepends=('python-setuptools')
depends=(
'desktop-file-utils'
- 'gns3-converter'
'python-distro'
'python-jsonschema'
'python-psutil'
@@ -29,15 +28,9 @@ optdepends=(
'wireshark-qt: Live packet capture.')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('0f04fe1b3b328bab5ee80755ea90e18e0d25828fbf4a644f3fbec29189f19bc8'
+sha256sums=('aaa41e48cd1e44bf1a52b8fee1a9d82620697f2e7c26a326c5c3bcfb50cf4850'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
-prepare() {
- cd "$pkgname-$pkgver"
- # Arch usually has the latest versions. Patch requirements to allow them.
- sed -i -e 's|^psutil==5\.6\.6$|psutil>=5.6.6|' requirements.txt
-}
-
build() {
cd "$pkgname-$pkgver"
python setup.py build