summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2022-04-28 11:27:23 +0200
committerStephan Springer2022-04-28 11:27:23 +0200
commit34c216d2302caa41203671332ce4a29510e482af (patch)
tree38185de4e22e88d246f1915d4bdf88fd28a32a09
parent46312b1bbc14f0d658b7868301a08140b9738885 (diff)
downloadaur-34c216d2302caa41203671332ce4a29510e482af.tar.gz
update to version 2.2.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeae53ee5b18..61223aaea8bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.31
+ pkgver = 2.2.32
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.31.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.31.tar.gz
+ source = gns3-gui-2.2.32.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.32.tar.gz
source = gns3.desktop
- sha256sums = 7b6f041f88a63dc44e33680ea489556abc7d96d1c3d4bb5d85dd15b15db6d036
+ sha256sums = a43f51567ac69db894d2ac6e41edf1549bc992ddf98979e1576c59b08571d943
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 30be32d75962..de52bc7b38d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.31
+pkgver=2.2.32
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -28,14 +28,14 @@ optdepends=(
'wireshark-qt: Live packet capture')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('7b6f041f88a63dc44e33680ea489556abc7d96d1c3d4bb5d85dd15b15db6d036'
+sha256sums=('a43f51567ac69db894d2ac6e41edf1549bc992ddf98979e1576c59b08571d943'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {
cd "$pkgname-$pkgver"
# Arch usually has the latest versions. Patch requirements to allow them.
sed -i \
- -e 's|^sentry-sdk==1\.5\.4$|sentry-sdk>=1.5.4|' \
+ -e 's|^sentry-sdk==1\.5\.10$|sentry-sdk>=1.5.10|' \
-e 's|^psutil==5\.9\.0$|psutil>=5.9.0|' \
-e 's|^distro==1\.6\.0$|distro>=1.6.0|' \
-e 's|^setuptools==60\.6\.0|setuptools<=60.6.0|' \