summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2020-07-15 10:14:40 +0200
committerStephan Springer2020-07-15 10:14:40 +0200
commitf20a54c52f6c8e04f5b2eeb2b4cde97f200a07b1 (patch)
treeed22662f0998e3fff8a028ece88853e64b71e8bb /PKGBUILD
parent2fa1533515285920b8f956c118c6a922e9295e20 (diff)
downloadaur-f20a54c52f6c8e04f5b2eeb2b4cde97f200a07b1.tar.gz
update to version 2.2.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79d4e4042ff8..f62e111f271b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-gui
-pkgver=2.2.10
+pkgver=2.2.11
pkgrel=1
pkgdesc='GNS3 network simulator. Graphical user interface package.'
arch=('any')
@@ -13,7 +13,6 @@ groups=('gns3')
makedepends=('python-setuptools')
depends=(
'desktop-file-utils'
- 'gns3-converter'
'python-distro'
'python-jsonschema'
'python-psutil'
@@ -29,15 +28,9 @@ optdepends=(
'wireshark-qt: Live packet capture.')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz"
'gns3.desktop')
-sha256sums=('0f04fe1b3b328bab5ee80755ea90e18e0d25828fbf4a644f3fbec29189f19bc8'
+sha256sums=('aaa41e48cd1e44bf1a52b8fee1a9d82620697f2e7c26a326c5c3bcfb50cf4850'
'51e6db5b47e6af3d008d85e8c597755369fafb75ddb2af9e79a441f943f4c166')
-prepare() {
- cd "$pkgname-$pkgver"
- # Arch usually has the latest versions. Patch requirements to allow them.
- sed -i -e 's|^psutil==5\.6\.6$|psutil>=5.6.6|' requirements.txt
-}
-
build() {
cd "$pkgname-$pkgver"
python setup.py build