summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2020-07-15 10:14:32 +0200
committerStephan Springer2020-07-15 10:14:32 +0200
commit791608cf1bef2c19f26dfb13428f0d3c0f9ea485 (patch)
treeacb6e435c62408b2d680ba9750a1779d7a079c99 /PKGBUILD
parent3279f37a47188ae74a4fbf15c2cbc68c4dd8132f (diff)
downloadaur-791608cf1bef2c19f26dfb13428f0d3c0f9ea485.tar.gz
update to version 2.2.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 2 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ace8278ec77c..eea7655392d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: korjjj <korjjj+aur[at]gmail[dot]com>
pkgname=gns3-server
-pkgver=2.2.10
+pkgver=2.2.11
pkgrel=1
pkgdesc='GNS3 network simulator, Server package'
arch=('x86_64')
@@ -26,7 +26,6 @@ depends=(
'python-py-cpuinfo'
'python-sentry_sdk'
'python-yarl'
- 'python-zipstream-gns3'
)
optdepends=(
'dynamips: Cisco router emulator.'
@@ -40,19 +39,9 @@ optdepends=(
install="$pkgname".install
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$pkgname@.service")
-sha256sums=('4388974043680e877533564cb5a2efe2ed215a59a13abcabb3ac29d9b92f86e0'
+sha256sums=('60f2d6eec1cd745e2a5a8781f30c9d3d7f3da541d3d6830348b25bf65d575b96'
'b43f0ead963a06e613d3303d2c66372b57f46c750b3d6df20eb99c11078de65f')
-prepare() {
- cd "$pkgname-$pkgver"
- # Arch usually has the latest versions. Patch requirements to allow them.
- sed -i \
- -e 's|^aiofiles==0\.4\.0$|aiofiles>=0.4.0|' \
- -e 's|^psutil==5\.6\.6$|psutil>=5.6.6|' \
- -e 's|^py-cpuinfo==5\.0\.0$|py-cpuinfo>=5.0.0|' \
- requirements.txt
-}
-
build() {
cd "$pkgname-$pkgver"
python setup.py build