summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9659b3014b35..08fd4a6c2009 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gns3-gui
pkgdesc = GNS3 network simulator. Graphical user interface package.
pkgver = 2.2.20
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GNS3/gns3-gui
arch = any
groups = gns3
@@ -16,9 +16,9 @@ pkgbase = gns3-gui
depends = python-sip
depends = qt5-svg
depends = qt5-websockets
- 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.
+ 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.20.tar.gz::https://github.com/GNS3/gns3-gui/archive/v2.2.20.tar.gz
source = gns3.desktop
sha256sums = 1a9efa1c0cdf219e9a9ec35d0e39f80587a9a8ee74eabfc63f53fe6e36f123cd
diff --git a/PKGBUILD b/PKGBUILD
index 038451677605..db22a3b64e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gns3-gui
pkgver=2.2.20
-pkgrel=1
+pkgrel=2
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
url='https://github.com/GNS3/gns3-gui'
@@ -23,9 +23,9 @@ depends=(
'qt5-websockets'
)
optdepends=(
- 'gns3-server: GNS3 backend. Manages emulators such as Dynamips, VirtualBox or Qemu/KVM.'
- 'xterm: Default terminal emulator for CLI management of virtual instances.'
- 'wireshark-qt: Live packet capture.')
+ 'gns3-server: GNS3 backend. Manages emulators such as Dynamips, VirtualBox or Qemu/KVM'
+ 'xterm: Default terminal emulator for CLI management of virtual instances'
+ 'wireshark-qt: Live packet capture')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
sha256sums=('1a9efa1c0cdf219e9a9ec35d0e39f80587a9a8ee74eabfc63f53fe6e36f123cd'
@@ -36,6 +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|^distro==1\.5\.0$|distro>=1.5.0|' \
requirements.txt
}