summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2021-04-25 19:00:07 +0200
committerStephan Springer2021-04-25 19:00:07 +0200
commit362c9214a01ded48124d62d62f0f3c98ce6dccb6 (patch)
treeb2c7fe289288d2fb0eb980fd4eb34adfd4202ab8 /PKGBUILD
parent4032077d0394d6db94c1b6009b9dacbb0788a1a0 (diff)
downloadaur-362c9214a01ded48124d62d62f0f3c98ce6dccb6.tar.gz
allow py-cpuinfo>=7.0.0 (Arch has 8.0.0)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77d82052a4d1..81a0b4593e6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gns3-server
pkgver=2.2.20
-pkgrel=1
+pkgrel=2
pkgdesc='GNS3 network simulator, Server package'
arch=('x86_64')
url='https://github.com/GNS3/gns3-server'
@@ -28,12 +28,12 @@ depends=(
'python-yarl'
)
optdepends=(
- 'dynamips: Cisco router emulator.'
- 'gns3-gui: graphical user interface for GNS3 server.'
- 'qemu: Used by GNS3 to run Cisco ASA, PIX and IDS.'
+ 'dynamips: Cisco router emulator'
+ 'gns3-gui: graphical user interface for GNS3 server'
+ 'qemu: Used by GNS3 to run Cisco ASA, PIX and IDS'
'libvirt: needed for the NAT cloud'
- 'vpcs: Simple PC emulation for basic network operations.'
- 'ubridge: Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces.'
+ 'vpcs: Simple PC emulation for basic network operations'
+ 'ubridge: Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces'
)
install="$pkgname".install
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
@@ -49,6 +49,7 @@ prepare() {
-e 's|^aiofiles==0\.6\.0$|aiofiles>=0.6.0|' \
-e 's|^psutil==5\.8\.0$|psutil>=5.8.0|' \
-e 's|^distro==1\.5\.0$|distro>=1.5.0|' \
+ -e 's|^py-cpuinfo==7\.0\.0$|py-cpuinfo>=7.0.0|' \
requirements.txt
}