summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2022-02-25 19:36:11 +0100
committerStephan Springer2022-02-25 19:36:11 +0100
commit0bd16c6d6e9e5500bc6f2f2d97439b896aa23351 (patch)
treed7f55e144dc1b7a44c4858c302f40136c7d2e403
parentd024b188a7b4f9006b266c7fdb05907ea78da2fd (diff)
downloadaur-0bd16c6d6e9e5500bc6f2f2d97439b896aa23351.tar.gz
update to version 2.2.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd3a4eaec50..b8bc2011a27b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.29
+ pkgver = 2.2.30
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.29.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.29.tar.gz
+ source = gns3-gui-2.2.30.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.30.tar.gz
source = gns3.desktop
- sha256sums = 5b9b6db1917af66d0e4bf32c41ff17d6a03a487a2a870d18b04e68e7b572bf28
+ sha256sums = a96732d8d0a1d9a7030c22bf75409154e0a23fe886e58f1233a10857472bbe59
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 49865ef1c5a1..0fd3bfb7890d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.29
+pkgver=2.2.30
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -28,16 +28,17 @@ optdepends=(
'wireshark-qt: Live packet capture')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('5b9b6db1917af66d0e4bf32c41ff17d6a03a487a2a870d18b04e68e7b572bf28'
+sha256sums=('a96732d8d0a1d9a7030c22bf75409154e0a23fe886e58f1233a10857472bbe59'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {
cd "$pkgname-$pkgver"
# 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\.3\.1$|sentry-sdk>=1.3.1|' \
+ -e 's|^sentry-sdk==1\.5\.4$|sentry-sdk>=1.5.4|' \
+ -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|' \
requirements.txt
}