gns3-gui: update to 2.2.27.
This commit is contained in:
parent
ef0ecf10de
commit
4a0042ac55
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'gns3-gui'
|
||||
pkgname=gns3-gui
|
||||
version=2.2.26
|
||||
revision=2
|
||||
version=2.2.27
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
# Skip tests/test_link.py::test_create_link test that wasn't updated with the code https://github.com/GNS3/gns3-gui/commit/545a9f53
|
||||
make_check_args="-k-test_create_link"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-psutil python3-jsonschema
|
||||
python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
|
||||
|
@ -13,7 +15,7 @@ maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://gns3.com"
|
||||
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=b97084e1024dfc23255fa0bdd1023a9b145ba610322a8363cd15d9153837333d
|
||||
checksum=c5afadd2932703c38fb6d479be6966af65787ddc6abcb3f9b7c0b3f5722e0fd5
|
||||
|
||||
post_install() {
|
||||
vinstall gns3-gui.desktop 644 usr/share/applications
|
||||
|
|
Loading…
Reference in a new issue