summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-06-13 17:07:46 +0200
committerStephan Springer2021-06-13 17:07:46 +0200
commit72d0a939fd25dcdbcc7e6e1cda2956e15fb16ac6 (patch)
tree4894d6c27f77b69bb29c9a42862cfc099f88244c
parent5b40547a2aa925a84ba91fa5ec70eb8d73cfcc41 (diff)
downloadaur-72d0a939fd25dcdbcc7e6e1cda2956e15fb16ac6.tar.gz
update to version 2.2.22
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d5a4c36747..ff1f2b942c39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.21
+ pkgver = 2.2.22
pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
@@ -19,10 +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.21.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.21.tar.gz
+ source = gns3-gui-2.2.22.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.22.tar.gz
source = gns3.desktop
- sha256sums = 28e49443d7a99beb1bde771404aa8fd798cfbc57dce05c399e2ab10d01a5459c
+ sha256sums = 1a9d6644f24ff9a763ea3719a6013b2565af3b0a2c10cceac70d92f9d7724490
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
-
diff --git a/PKGBUILD b/PKGBUILD
index 487bcb907cc0..7eadc83ae36c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.21
+pkgver=2.2.22
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
'wireshark-qt: Live packet capture')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('28e49443d7a99beb1bde771404aa8fd798cfbc57dce05c399e2ab10d01a5459c'
+sha256sums=('1a9d6644f24ff9a763ea3719a6013b2565af3b0a2c10cceac70d92f9d7724490'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {
@@ -36,7 +36,7 @@ prepare() {
# Arch usually has the latest versions. Patch requirements to allow them.
sed -i \
-e 's|^psutil==5\.8\.0$|psutil>=5.8.0|' \
- -e 's|^sentry-sdk==1\.0\.0$|sentry-sdk>=1.0.0|' \
+ -e 's|^sentry-sdk==1\.1\.0$|sentry-sdk>=1.1.0|' \
-e 's|^distro==1\.5\.0$|distro>=1.5.0|' \
requirements.txt
}