summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-06-18 14:29:59 +0200
committerStephan Springer2020-06-18 14:29:59 +0200
commit2fa1533515285920b8f956c118c6a922e9295e20 (patch)
tree9db083957e88cc26df811e4f2e04f7443f47b1ca
parent52ad7341c35d4f4f404d47b76081d60360f5ef5d (diff)
downloadaur-2fa1533515285920b8f956c118c6a922e9295e20.tar.gz
update to version 2.2.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e3de8071dec..01514dd49a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.9
- pkgrel = 2
+ pkgver = 2.2.10
+ pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
@@ -20,9 +20,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.9.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.9.tar.gz
+ source = gns3-gui-2.2.10.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.10.tar.gz
source = gns3.desktop
- sha256sums = b85d3e581741b77bd7fb04580683f89459127beda9852621032604a58c6b998a
+ sha256sums = 0f04fe1b3b328bab5ee80755ea90e18e0d25828fbf4a644f3fbec29189f19bc8
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 75a6f3704dcb..79d4e4042ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.9
-pkgrel=2
+pkgver=2.2.10
+pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -29,11 +29,12 @@ optdepends=(
'wireshark-qt: Live packet capture.')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('b85d3e581741b77bd7fb04580683f89459127beda9852621032604a58c6b998a'
+sha256sums=('0f04fe1b3b328bab5ee80755ea90e18e0d25828fbf4a644f3fbec29189f19bc8'
'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
}