summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2022-06-21 11:28:52 +0200
committerStephan Springer2022-06-21 11:28:52 +0200
commit93952cbe3dcf57a7803ebc2c4883235a950d7625 (patch)
tree5070bf59bbcd25269951e9372fc05d0c7ecdce53
parent5bc2ee1e065a18edf2b8b235c593972b9e8c0851 (diff)
downloadaur-93952cbe3dcf57a7803ebc2c4883235a950d7625.tar.gz
update to version 2.2.33.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7caeb0c05bc1..dcbbfeb45e67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
- pkgver = 2.2.32
- pkgrel = 2
+ pkgver = 2.2.33.1
+ pkgrel = 1
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
@@ -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.32.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.32.tar.gz
+ source = gns3-gui-2.2.33.1.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.33.1.tar.gz
source = gns3.desktop
- sha256sums = a43f51567ac69db894d2ac6e41edf1549bc992ddf98979e1576c59b08571d943
+ sha256sums = 2122e6259aa1f9e831a0a8b9a327102d2360b9238966b9475be73d3110dcbca8
sha256sums = 51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166
pkgname = gns3-gui
diff --git a/PKGBUILD b/PKGBUILD
index 4165eec1ffa6..9dfaf77b84c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.32
-pkgrel=2
+pkgver=2.2.33.1
+pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -28,16 +28,16 @@ optdepends=(
'wireshark-qt: Live packet capture')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('a43f51567ac69db894d2ac6e41edf1549bc992ddf98979e1576c59b08571d943'
+sha256sums=('2122e6259aa1f9e831a0a8b9a327102d2360b9238966b9475be73d3110dcbca8'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
prepare() {
cd "$pkgname-$pkgver"
# Arch usually has the latest versions. Patch requirements to allow them.
sed -i \
- -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|^sentry-sdk==1\.5\.12$|sentry-sdk>=1.5.12|' \
+ -e 's|^psutil==5\.9\.1$|psutil>=5.9.1|' \
+ -e 's|^distro==1\.7\.0$|distro>=1.7.0|' \
-e 's|^setuptools==60\.6\.0|setuptools>=60.6.0|' \
requirements.txt
}