summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-04-09 19:40:51 +0200
committerStephan Springer2021-04-09 19:40:51 +0200
commit71ef3b3fedc778c2da32d72a13a6c993ddd826c6 (patch)
tree53d4c487011193ff99e9ac4609bd56a95b734bfe
parent06a93fc3a673fce20371554efd8be8e200576e0b (diff)
downloadaur-71ef3b3fedc778c2da32d72a13a6c993ddd826c6.tar.gz
update to version 2.2.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c69e7f9801ab..9659b3014b35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.19
+ pkgver = 2.2.20
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -19,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.19.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.19.tar.gz
+ source = gns3-gui-2.2.20.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.20.tar.gz
source = gns3.desktop
- sha256sums = b7ab851c59b12618a349fba05d8cadb13a2e99b1ea0fa41dee1d3d8a9a22b6d3
+ sha256sums = 1a9efa1c0cdf219e9a9ec35d0e39f80587a9a8ee74eabfc63f53fe6e36f123cd
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 4032a748190c..038451677605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.19
+pkgver=2.2.20
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -28,14 +28,15 @@ optdepends=(
'wireshark-qt: Live packet capture.')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('b7ab851c59b12618a349fba05d8cadb13a2e99b1ea0fa41dee1d3d8a9a22b6d3'
+sha256sums=('1a9efa1c0cdf219e9a9ec35d0e39f80587a9a8ee74eabfc63f53fe6e36f123cd'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {
cd "$pkgname-$pkgver"
# Arch usually has the latest versions. Patch requirements to allow them.
sed -i \
- -e 's|^psutil==5\.6\.7$|psutil>=5.6.7|' \
+ -e 's|^psutil==5\.8\.0$|psutil>=5.8.0|' \
+ -e 's|^distro==1\.5\.0$|distro>=1.5.0|' \
requirements.txt
}