summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
}